mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
busybox-hosttools: create '//bin' dir before install applets
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e181108ce3
commit
c5b981d016
@ -16,5 +16,6 @@ cd $BUILD/busybox*
|
|||||||
|
|
||||||
ARCH=$TARGET_ARCH make CROSS_COMPILE="" install
|
ARCH=$TARGET_ARCH make CROSS_COMPILE="" install
|
||||||
|
|
||||||
cp -PR _install-hosttools/bin/* $ROOT/$TOOLCHAIN/bin
|
mkdir -p $ROOT/$TOOLCHAIN/bin
|
||||||
|
cp -PR _install-hosttools/bin/* $ROOT/$TOOLCHAIN/bin
|
||||||
chmod 4755 $ROOT/$TOOLCHAIN/bin/busybox
|
chmod 4755 $ROOT/$TOOLCHAIN/bin/busybox
|
||||||
|
Loading…
x
Reference in New Issue
Block a user