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.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/OpenSLX/OSSetup/Distro/Base.pm b/installer/OpenSLX/OSSetup/Distro/Base.pm
index 15c0a963..c92173b5 100644
--- a/installer/OpenSLX/OSSetup/Distro/Base.pm
+++ b/installer/OpenSLX/OSSetup/Distro/Base.pm
@@ -226,7 +226,7 @@ sub addUclibLdconfig
#my $ldpath = shift;
open(OUTFILE, ">", "/etc/ld.so.conf.d/uclib.conf")
- or die ("something went wrong");
+ or die ("unable to create the uclib.conf within ld.so.conf.d");
print OUTFILE "/opt/openslx/uclib-rootfs/lib\n";
print OUTFILE "/opt/openslx/uclib-rootfs/usr/lib\n";
close(OUTFILE);