summaryrefslogtreecommitdiffstats
path: root/config-db/devel-tools/create-simple-db.pl
diff options
context:
space:
mode:
Diffstat (limited to 'config-db/devel-tools/create-simple-db.pl')
-rwxr-xr-xconfig-db/devel-tools/create-simple-db.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/config-db/devel-tools/create-simple-db.pl b/config-db/devel-tools/create-simple-db.pl
index 1fd8f242..efb7d7ab 100755
--- a/config-db/devel-tools/create-simple-db.pl
+++ b/config-db/devel-tools/create-simple-db.pl
@@ -20,11 +20,12 @@ create-simple-db.pl
use Getopt::Long qw(:config pass_through);
use Pod::Usage;
-# add the lib-folder and the folder this script lives in to perl's search
+# add the lib-folder and the config-db folder to perl's search
# path for modules:
use FindBin;
+use lib "$FindBin::RealBin/../../lib";
use lib "$FindBin::RealBin/..";
- # development path
+ # development path to config-db stuff
use OpenSLX::Basics;
use OpenSLX::ConfigDB qw(:access :manipulation);