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:58 +0200
commit695bb6d2580d3e95a860f586b1397cc10664a3e9 (patch)
tree4499ece163bd099a986b2c8391463df84aaf19d4
parent18d6036e07cce54b1035dd6db7ab6e93eb088232 (diff)
downloadtdebindings-695bb6d2580d3e95a860f586b1397cc10664a3e9.tar.gz
tdebindings-695bb6d2580d3e95a860f586b1397cc10664a3e9.zip
Fix FTBFS on local perl modules in kalyptus
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit fe1e240fe54a6cb36d3a170674bbc819a3d12e5b)
-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;