From 3c50a839d6eb0d32f7eeb0d07daba537d67f4527 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sun, 14 Jan 2007 18:43:35 +0000 Subject: * 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 --- config-db/slxldd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config-db/slxldd') 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; -- cgit v1.2.3-55-g7522