mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
plymouth-lite: fix path for project splash location
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
8607dd2070
commit
c055bc36be
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user