summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSSetup/Distro/Base.pm
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-08-18 21:32:27 +0200
committerDirk von Suchodoletz2009-08-18 21:32:27 +0200
commit796cf283e1cca6e17bbb7b80a5f797ff862f9956 (patch)
treec38248a98a3e92f505eed2e3b625e5089e3d992b /installer/OpenSLX/OSSetup/Distro/Base.pm
parent* reduce verbosity. Should now be compatible with VirtualBox 2.x and (diff)
downloadcore-796cf283e1cca6e17bbb7b80a5f797ff862f9956.tar.gz
core-796cf283e1cca6e17bbb7b80a5f797ff862f9956.tar.xz
core-796cf283e1cca6e17bbb7b80a5f797ff862f9956.zip
Fixing an ugly bug Olli pointed out in r3096, r3097 ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3099 95ad53e4-c205-0410-b2fa-d234c58c8868
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";