mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
busybox: fix install paths
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
9272f769ba
commit
295a7986a1
@ -23,10 +23,10 @@
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/unpack linux
|
||||
$SCRIPTS/install plymouth-lite initramfs
|
||||
$SCRIPTS/install plymouth-lite
|
||||
|
||||
mkdir -p $INSTALL/initramfs
|
||||
cp -PR $BUILD/busybox*/_install-initramfs/* $INSTALL/initramfs
|
||||
chmod 4755 $INSTALL/initramfs/bin/busybox
|
||||
mkdir -p $INSTALL
|
||||
cp -PR $BUILD/busybox*/_install-initramfs/* $INSTALL
|
||||
chmod 4755 $INSTALL/bin/busybox
|
||||
|
||||
cp $PKG_DIR/scripts/init $INSTALL/initramfs
|
||||
cp $PKG_DIR/scripts/init $INSTALL
|
||||
|
Loading…
x
Reference in New Issue
Block a user