summaryrefslogtreecommitdiffstats
path: root/config-db/slxldd
diff options
context:
space:
mode:
authorOliver Tappe2007-01-14 19:43:35 +0100
committerOliver Tappe2007-01-14 19:43:35 +0100
commit3c50a839d6eb0d32f7eeb0d07daba537d67f4527 (patch)
tree2879986451a17d13e56058b3524b609fe8646281 /config-db/slxldd
parent* added support for --man and --verbose (diff)
downloadcore-3c50a839d6eb0d32f7eeb0d07daba537d67f4527.tar.gz
core-3c50a839d6eb0d32f7eeb0d07daba537d67f4527.tar.xz
core-3c50a839d6eb0d32f7eeb0d07daba537d67f4527.zip
* moved basic perl modules into new 'lib' folder in order to make them available
to other parts than the config-db git-svn-id: http://svn.openslx.org/svn/openslx/trunk@625 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db/slxldd')
-rwxr-xr-xconfig-db/slxldd2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-db/slxldd b/config-db/slxldd
index 534752e6..212b6fe8 100755
--- a/config-db/slxldd
+++ b/config-db/slxldd
@@ -27,7 +27,7 @@ use Pod::Usage;
use FindBin;
use lib "$FindBin::RealBin/../lib";
# production path
-use lib "$FindBin::RealBin";
+use lib "$FindBin::RealBin/..";
# development path
use OpenSLX::Basics;