From 6ad6d7707e893016e82eeb75f4f08131d12700e7 Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Mon, 4 Oct 2010 17:42:02 +0200 Subject: remove uClibc stuff - part I --- src/os-plugins/plugins/bootsplash/XX_bootsplash.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/os-plugins/plugins/bootsplash/XX_bootsplash.sh') diff --git a/src/os-plugins/plugins/bootsplash/XX_bootsplash.sh b/src/os-plugins/plugins/bootsplash/XX_bootsplash.sh index 372e025d..1118d9dd 100644 --- a/src/os-plugins/plugins/bootsplash/XX_bootsplash.sh +++ b/src/os-plugins/plugins/bootsplash/XX_bootsplash.sh @@ -20,7 +20,7 @@ if [ -e /initramfs/plugin-conf/bootsplash.conf ]; then if [ ${no_bootsplash} -eq 0 ]; then # create a runlevelscript that will stop splashy before the start of KDM d_mkrlscript init splashy.boot "" - echo -e "\tLD_LIBRARY_PATH=/opt/openslx/uclib-rootfs/lib/ \ + echo -e "\tLD_LIBRARY_PATH=/opt/openslx/rootfs/lib/ \ /opt/openslx/plugin-repo/bootsplash/sbin/splashy_update \ exit 2>/dev/null \ \n\ttype killall >/dev/null 2>&1 && killall -9 splashy" \ @@ -41,7 +41,7 @@ if [ -e /initramfs/plugin-conf/bootsplash.conf ]; then sed -e "s,^script.*,script\n\t#0x42#," \ -e "s,#0x42#,# shutdown splashy - added by splashy plugin\n\t#0x42#," \ -e "s,#0x42#,if [ ! \"x$(ps aux |grep splashy |grep -v grep | wc -l)\" -eq \"x0\" ]; then\n\t#0x42#, " \ - -e "s,#0x42#, LD_LIBRARY_PATH=/opt/openslx/uclib-rootfs/lib/ \\\\\n\t#0x42#," \ + -e "s,#0x42#, LD_LIBRARY_PATH=/opt/openslx/rootfs/lib/ \\\\\n\t#0x42#," \ -e "s,#0x42#, /opt/openslx/plugin-repo/bootsplash/sbin/splashy_update exit \\\\\n\t#0x42#," \ -e "s,#0x42#, 2>/dev/null \n\t#0x42#," \ -e "s,#0x42#,fi \n\t#0x42#," \ -- cgit v1.2.3-55-g7522