busybox-hosttools: create '//bin' dir before install applets

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-08 21:52:42 +02:00
parent e181108ce3
commit c5b981d016

View File

@ -16,5 +16,6 @@ cd $BUILD/busybox*
ARCH=$TARGET_ARCH make CROSS_COMPILE="" install
mkdir -p $ROOT/$TOOLCHAIN/bin
cp -PR _install-hosttools/bin/* $ROOT/$TOOLCHAIN/bin
chmod 4755 $ROOT/$TOOLCHAIN/bin/busybox