mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
plymouth-lite: add support for distro based splash, move default splash to distro folder
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
83163d7603
commit
3cbed0708e
Before Width: | Height: | Size: 207 KiB After Width: | Height: | Size: 207 KiB |
Before Width: | Height: | Size: 439 KiB After Width: | Height: | Size: 439 KiB |
@ -47,7 +47,13 @@ makeinstall_init() {
|
||||
cp ply-image $INSTALL/bin
|
||||
|
||||
mkdir -p $INSTALL/splash
|
||||
if [ -f $PROJECT_DIR/$PROJECT/splash/splash.conf ]; then
|
||||
if [ -f $DISTRO_DIR/$DISTRO/splash/splash.conf ]; then
|
||||
cp $DISTRO_DIR/$DISTRO/splash/splash.conf $INSTALL/splash
|
||||
cp $DISTRO_DIR/$DISTRO/splash/*.png $INSTALL/splash
|
||||
elif [ -f $DISTRO_DIR/$DISTRO/splash/splash-1024.png \
|
||||
-o -f $DISTRO_DIR/$DISTRO/splash/splash-full.png ]; then
|
||||
cp $DISTRO_DIR/$DISTRO/splash/splash-*.png $INSTALL/splash
|
||||
elif [ -f $PROJECT_DIR/$PROJECT/splash/splash.conf ]; then
|
||||
cp $PROJECT_DIR/$PROJECT/splash/splash.conf $INSTALL/splash
|
||||
cp $PROJECT_DIR/$PROJECT/splash/*.png $INSTALL/splash
|
||||
elif [ -f $PROJECT_DIR/$PROJECT/splash/splash-1024.png \
|
||||
|
Loading…
x
Reference in New Issue
Block a user