plymouth-lite: fix path for project splash location

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-03 23:59:20 +02:00
parent 8607dd2070
commit c055bc36be

View File

@ -10,7 +10,7 @@ if [ "$2" = initramfs ]; then
mkdir -p $INSTALL/initramfs
if [ -f $PROJECT_DIR/$PROJECT/splash/splash.png ]; then
cp $PROJECT_DIR/$PROJECT/filesystem/splash/splash.png $INSTALL/initramfs/
cp $PROJECT_DIR/$PROJECT/splash/splash.png $INSTALL/initramfs/
else
cp $PKG_DIR/splash/splash.png $INSTALL/initramfs/
fi