summaryrefslogtreecommitdiffstats
path: root/config-db/slxsettings
diff options
context:
space:
mode:
authorOliver Tappe2007-01-14 19:56:22 +0100
committerOliver Tappe2007-01-14 19:56:22 +0100
commit28b951bd60ffe064fc7328d11dd5829addf79b41 (patch)
treeea4b29e682bc36f1e871da5a51363b95bfdae399 /config-db/slxsettings
parent* removed directory from wrong place (diff)
downloadcore-28b951bd60ffe064fc7328d11dd5829addf79b41.tar.gz
core-28b951bd60ffe064fc7328d11dd5829addf79b41.tar.xz
core-28b951bd60ffe064fc7328d11dd5829addf79b41.zip
* adjusted scripts and Makefile to new directory layout
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@628 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db/slxsettings')
-rwxr-xr-xconfig-db/slxsettings5
1 files changed, 2 insertions, 3 deletions
diff --git a/config-db/slxsettings b/config-db/slxsettings
index 008d760c..ce8a9e38 100755
--- a/config-db/slxsettings
+++ b/config-db/slxsettings
@@ -28,9 +28,8 @@ use Pod::Usage;
# path for modules:
use FindBin;
use lib "$FindBin::RealBin/../lib";
- # production path
-use lib "$FindBin::RealBin/..";
- # development path
+use lib "$FindBin::RealBin";
+ # development path to config-db stuff
use OpenSLX::Basics;
use OpenSLX::ConfigDB qw(:access :manipulation);