diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-09-30 15:14:48 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-09-30 15:14:48 +0200 |
commit | fe1e240fe54a6cb36d3a170674bbc819a3d12e5b (patch) | |
tree | a4ca40a145cb0d457f470abba6e5d385e9916634 /kalyptus | |
parent | d97b7af40b83c5d44f8e8284b919809c3ec40434 (diff) | |
download | tdebindings-fe1e240fe54a6cb36d3a170674bbc819a3d12e5b.tar.gz tdebindings-fe1e240fe54a6cb36d3a170674bbc819a3d12e5b.zip |
Fix FTBFS on local perl modules in kalyptus
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kalyptus')
-rw-r--r-- | kalyptus/kalyptus | 2 |
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; |