summaryrefslogtreecommitdiffstats
path: root/config-db/slxldd
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/slxldd
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/slxldd')
-rwxr-xr-xconfig-db/slxldd6
1 files changed, 1 insertions, 5 deletions
diff --git a/config-db/slxldd b/config-db/slxldd
index 212b6fe8..b5bc9c9f 100755
--- a/config-db/slxldd
+++ b/config-db/slxldd
@@ -22,13 +22,9 @@ use File::Glob ':globally';
use Getopt::Long;
use Pod::Usage;
-# add the lib-folder and the folder this script lives in to perl's search
-# path for modules:
+# add the lib-folder to perl's search path for modules:
use FindBin;
use lib "$FindBin::RealBin/../lib";
- # production path
-use lib "$FindBin::RealBin/..";
- # development path
use OpenSLX::Basics;