xbmc: fix path for project splash location

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-03 23:58:14 +02:00
parent e44d73560a
commit 8607dd2070

View File

@ -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