mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
busybox-initramfs: fix install script
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
9ff4526f86
commit
d9ab733ecc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user