plymouth-lite: install bins to /bin

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-11-05 01:28:22 +01:00
parent 1abbda5d8c
commit 49aee97185
2 changed files with 5 additions and 5 deletions

View File

@ -101,8 +101,8 @@ NFS_OVERLAY="192.168.1.1:/var/lib/overlay"
if [ "$SPLASH" = "no" ]; then
break
else
if [ -f "/sbin/ply-image" ]; then
/sbin/ply-image "$SPLASHIMAGE" &
if [ -f "/bin/ply-image" ]; then
/bin/ply-image "$SPLASHIMAGE" &
fi
fi
}
@ -160,7 +160,7 @@ NFS_OVERLAY="192.168.1.1:/var/lib/overlay"
if [ "$FS_TYPE" = "\"hfs\"" -o "$FS_TYPE" = "\"hfsplus\"" ]; then
progress "check filesystem $DEVICE [$FS_TYPE]..."
/sbin/fsck_hfs -r -y $DEVICE > /dev/null 2>&1
/bin/fsck_hfs -r -y $DEVICE > /dev/null 2>&1
fi
done
}

View File

@ -22,8 +22,8 @@
. config/options $1
mkdir -p $INSTALL/sbin
cp $PKG_BUILD/ply-image $INSTALL/sbin
mkdir -p $INSTALL/bin
cp $PKG_BUILD/ply-image $INSTALL/bin
mkdir -p $INSTALL/splash
if [ -f $PROJECT_DIR/$PROJECT/splash/splash.png ]; then