summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSSetup/Distro/Base.pm
diff options
context:
space:
mode:
Diffstat (limited to 'installer/OpenSLX/OSSetup/Distro/Base.pm')
-rw-r--r--installer/OpenSLX/OSSetup/Distro/Base.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/installer/OpenSLX/OSSetup/Distro/Base.pm b/installer/OpenSLX/OSSetup/Distro/Base.pm
index 93e2fcaa..15c0a963 100644
--- a/installer/OpenSLX/OSSetup/Distro/Base.pm
+++ b/installer/OpenSLX/OSSetup/Distro/Base.pm
@@ -1,4 +1,4 @@
-# Copyright (c) 2006, 2007 - OpenSLX GmbH
+# Copyright (c) 2006..2009 - OpenSLX GmbH
#
# This program is free software distributed under the GPL version 2.
# See http://openslx.org/COPYING
@@ -223,9 +223,9 @@ sub getDefaultPathList
sub addUclibLdconfig
{
my $self = shift;
- my $ldpath = shift;
+ #my $ldpath = shift;
- open(OUTFILE, ">", "$ldpath/etc/ld.so.conf.d/uclib.conf")
+ open(OUTFILE, ">", "/etc/ld.so.conf.d/uclib.conf")
or die ("something went wrong");
print OUTFILE "/opt/openslx/uclib-rootfs/lib\n";
print OUTFILE "/opt/openslx/uclib-rootfs/usr/lib\n";