mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
plymouth-lite: install to /sbin, install splash to /splash, cleanup
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
d6c91a01cb
commit
6f34e15c7d
@ -22,16 +22,12 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
if [ "$2" = initramfs ]; then
|
||||
mkdir -p $INSTALL/initramfs/bin
|
||||
cp $PKG_BUILD/ply-image $INSTALL/initramfs/bin
|
||||
mkdir -p $INSTALL/sbin
|
||||
cp $PKG_BUILD/ply-image $INSTALL/sbin
|
||||
|
||||
mkdir -p $INSTALL/initramfs
|
||||
mkdir -p $INSTALL/splash
|
||||
if [ -f $PROJECT_DIR/$PROJECT/splash/splash.png ]; then
|
||||
cp $PROJECT_DIR/$PROJECT/splash/splash.png $INSTALL/initramfs/
|
||||
cp $PROJECT_DIR/$PROJECT/splash/splash.png $INSTALL/splash
|
||||
else
|
||||
cp $PKG_DIR/splash/splash.png $INSTALL/initramfs/
|
||||
cp $PKG_DIR/splash/splash.png $INSTALL/splash
|
||||
fi
|
||||
|
||||
exit 0
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user