From 8607dd207027eb88f053c8ded0f5f32e59440fd5 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 3 Jul 2010 23:58:14 +0200 Subject: [PATCH] xbmc: fix path for project splash location Signed-off-by: Stephan Raue --- packages/mediacenter/xbmc/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mediacenter/xbmc/install b/packages/mediacenter/xbmc/install index 5dad4a55de..87f7c63da7 100755 --- a/packages/mediacenter/xbmc/install +++ b/packages/mediacenter/xbmc/install @@ -90,7 +90,7 @@ cd - mkdir -p $INSTALL/usr/share/xbmc/media rm -rf $INSTALL/usr/share/xbmc/media/Splash.png 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 cp $PKG_DIR/splash/splash.png $INSTALL/usr/share/xbmc/media/Splash.png fi