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 if [ "$SPLASH" = "no" ]; then
break break
else else
if [ -f "/sbin/ply-image" ]; then if [ -f "/bin/ply-image" ]; then
/sbin/ply-image "$SPLASHIMAGE" & /bin/ply-image "$SPLASHIMAGE" &
fi fi
fi fi
} }
@ -160,7 +160,7 @@ NFS_OVERLAY="192.168.1.1:/var/lib/overlay"
if [ "$FS_TYPE" = "\"hfs\"" -o "$FS_TYPE" = "\"hfsplus\"" ]; then if [ "$FS_TYPE" = "\"hfs\"" -o "$FS_TYPE" = "\"hfsplus\"" ]; then
progress "check filesystem $DEVICE [$FS_TYPE]..." 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 fi
done done
} }

View File

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