From c055bc36befe00f082ca41de84ad30e806dcf359 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 3 Jul 2010 23:59:20 +0200 Subject: [PATCH] plymouth-lite: fix path for project splash location Signed-off-by: Stephan Raue --- packages/sysutils/plymouth-lite/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sysutils/plymouth-lite/install b/packages/sysutils/plymouth-lite/install index e3a63689fb..41f357f80a 100755 --- a/packages/sysutils/plymouth-lite/install +++ b/packages/sysutils/plymouth-lite/install @@ -10,7 +10,7 @@ if [ "$2" = initramfs ]; then mkdir -p $INSTALL/initramfs if [ -f $PROJECT_DIR/$PROJECT/splash/splash.png ]; then - cp $PROJECT_DIR/$PROJECT/filesystem/splash/splash.png $INSTALL/initramfs/ + cp $PROJECT_DIR/$PROJECT/splash/splash.png $INSTALL/initramfs/ else cp $PKG_DIR/splash/splash.png $INSTALL/initramfs/ fi