summaryrefslogtreecommitdiffstats
path: root/os-plugins
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
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')
-rw-r--r--os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm2
-rw-r--r--os-plugins/plugins/bootsplash/XX_bootsplash.sh4
2 files changed, 3 insertions, 3 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"
);
diff --git a/os-plugins/plugins/bootsplash/XX_bootsplash.sh b/os-plugins/plugins/bootsplash/XX_bootsplash.sh
index 41471323..32c97837 100644
--- a/os-plugins/plugins/bootsplash/XX_bootsplash.sh
+++ b/os-plugins/plugins/bootsplash/XX_bootsplash.sh
@@ -21,8 +21,8 @@ if [ -e /initramfs/plugin-conf/bootsplash.conf ]; then
# create a runlevelscript that will stop splashy before the start of KDM
d_mkrlscript init splashy.stop "Stopping Splashy ..."
echo -e "\tLD_PRELOAD=/opt/openslx/plugin-repo/bootsplash/lib \
- \nt/opt/openslx/plugin-repo/bootsplash/bin/splashy_update \
- exit 2>/dev/null \
+ opt/openslx/plugin-repo/bootsplash/bin/splashy_update \
+ exit 2>/dev/null \
\n\ttype killall >/dev/null 2>&1 && killall -9 splashy \
\n\trm -f /etc/${D_INITDIR}/splashy.stop 2>/dev/null" \
>>/mnt/etc/${D_INITDIR}/splashy.stop