summaryrefslogtreecommitdiffstats
path: root/config-db/slxsetup
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/slxsetup
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/slxsetup')
-rwxr-xr-xconfig-db/slxsetup4
1 files changed, 3 insertions, 1 deletions
diff --git a/config-db/slxsetup b/config-db/slxsetup
index eab58ad9..80734b2f 100755
--- a/config-db/slxsetup
+++ b/config-db/slxsetup
@@ -25,8 +25,10 @@ use Pod::Usage;
use FindBin;
use lib "$FindBin::RealBin/../lib";
# production path
+use lib "$FindBin::RealBin/..";
+ # development path to basic stuff
use lib "$FindBin::RealBin";
- # development path
+ # development path to config-db stuff
use OpenSLX::Basics;
use OpenSLX::ConfigDB qw(:access :manipulation);