mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
plymouth-lite: install bins to /bin
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
1abbda5d8c
commit
49aee97185
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user