summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
diff options
context:
space:
mode:
authorMichael Janczyk2008-08-25 20:34:40 +0200
committerMichael Janczyk2008-08-25 20:34:40 +0200
commit6b8ebb8fad6cc37534867d0d0874125ae158ff61 (patch)
tree966177e7fd8ae33a6e28daebe239de6dccd8e8c6 /os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
parent* moved ati-install-dev.sh to ati-install.sh (diff)
downloadcore-6b8ebb8fad6cc37534867d0d0874125ae158ff61.tar.gz
core-6b8ebb8fad6cc37534867d0d0874125ae158ff61.tar.xz
core-6b8ebb8fad6cc37534867d0d0874125ae158ff61.zip
small bugfix, LD_PRELOAD or LD_LIBRARY_PATH does not seem to work :(
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2097 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm')
-rw-r--r--os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm b/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
index 17e4416f..b266de8e 100644
--- a/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
+++ b/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
@@ -132,7 +132,7 @@ sub installationPhase
or die _tr(
"unable to copy splashy to $pluginRepoPath/bin"
);
- slxsystem("cp -a $uClibcPath/libuClibc* pluginRepoPath/lib") == 0
+ slxsystem("cp -a $uClibcPath/libuClibc* $pluginRepoPath/lib") == 0
or die _tr(
"unable to copy libuClibc to $pluginRepoPath/lib"
);