summaryrefslogtreecommitdiffstats
path: root/config-db/slxsettings
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/slxsettings
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/slxsettings')
-rwxr-xr-xconfig-db/slxsettings2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-db/slxsettings b/config-db/slxsettings
index 57623891..008d760c 100755
--- a/config-db/slxsettings
+++ b/config-db/slxsettings
@@ -29,7 +29,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;