mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
xbmc: fix path for project splash location
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e44d73560a
commit
8607dd2070
@ -90,7 +90,7 @@ cd -
|
|||||||
mkdir -p $INSTALL/usr/share/xbmc/media
|
mkdir -p $INSTALL/usr/share/xbmc/media
|
||||||
rm -rf $INSTALL/usr/share/xbmc/media/Splash.png
|
rm -rf $INSTALL/usr/share/xbmc/media/Splash.png
|
||||||
if [ -f $PROJECT_DIR/$PROJECT/splash/splash.png ]; then
|
if [ -f $PROJECT_DIR/$PROJECT/splash/splash.png ]; then
|
||||||
cp $PROJECT_DIR/$PROJECT/filesystem/splash/splash.png $INSTALL/usr/share/xbmc/media/Splash.png
|
cp $PROJECT_DIR/$PROJECT/splash/splash.png $INSTALL/usr/share/xbmc/media/Splash.png
|
||||||
else
|
else
|
||||||
cp $PKG_DIR/splash/splash.png $INSTALL/usr/share/xbmc/media/Splash.png
|
cp $PKG_DIR/splash/splash.png $INSTALL/usr/share/xbmc/media/Splash.png
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user