summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-09-30 15:14:48 +0200
committerSlávek Banko <slavek.banko@axis.cz>2016-09-30 15:14:48 +0200
commitfe1e240fe54a6cb36d3a170674bbc819a3d12e5b (patch)
treea4ca40a145cb0d457f470abba6e5d385e9916634
parentd97b7af40b83c5d44f8e8284b919809c3ec40434 (diff)
downloadtdebindings-fe1e240f.tar.gz
tdebindings-fe1e240f.zip
Fix FTBFS on local perl modules in kalyptus
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--kalyptus/kalyptus2
1 files changed, 2 insertions, 0 deletions
diff --git a/kalyptus/kalyptus b/kalyptus/kalyptus
index 5bc443ba..5bde3143 100644
--- a/kalyptus/kalyptus
+++ b/kalyptus/kalyptus
@@ -14,6 +14,8 @@ use Getopt::Long;
use File::Basename;
use strict;
+# allow to use local modules
+use lib dirname (__FILE__);
use Ast;
use kdocUtil;