busybox-initramfs: fix file locations

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-03-24 18:14:44 +01:00
parent 6f34e15c7d
commit 6323e47233

View File

@ -66,8 +66,8 @@ REBOOT="0"
if [ "$SPLASH" = "no" ]; then if [ "$SPLASH" = "no" ]; then
break break
else else
if [ -f "/bin/ply-image" -a -f "/splash.png" ]; then if [ -f "/sbin/ply-image" -a -f "/splash/splash.png" ]; then
/bin/ply-image /splash.png /sbin/ply-image /splash/splash.png
fi fi
fi fi
} }