summaryrefslogtreecommitdiffstats
path: root/bin/slxldd
diff options
context:
space:
mode:
Diffstat (limited to 'bin/slxldd')
-rwxr-xr-xbin/slxldd4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/slxldd b/bin/slxldd
index 7c578b5d..be238a05 100755
--- a/bin/slxldd
+++ b/bin/slxldd
@@ -115,8 +115,8 @@ sub fetchLoaderConfigFile
sub fetchLoaderConfig
{
- if (!-e "$rootPath/etc/ld.so.conf") {
- die _tr("'%s' not found, maybe wrong root-path?\n", "$rootPath/etc/ld.so.conf");
+ if (!-e "$rootPath/etc") {
+ die _tr("'%s'-folder not found, maybe wrong root-path?\n", "$rootPath/etc");
}
fetchLoaderConfigFile("$rootPath/etc/ld.so.conf");