busybox-initramfs: fix install script

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-02-08 22:43:32 +01:00
parent 9ff4526f86
commit d9ab733ecc

View File

@ -32,7 +32,7 @@ mkdir -p $INSTALL/etc
ln -sf /proc/self/mounts $INSTALL/etc/mtab
mkdir -p $INSTALL/splash
if [ -f $PROJECT_DIR/$PROJECT/splash/splash.png ]; then
if [ -f $PROJECT_DIR/$PROJECT/splash/splash.ppm ]; then
cp $PROJECT_DIR/$PROJECT/splash/splash.ppm $INSTALL/splash
else
cp $PKG_DIR/splash/splash.ppm $INSTALL/splash