From c5b981d0169e403be6e23753689bb4b062d4b82b Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 8 Jul 2010 21:52:42 +0200 Subject: [PATCH] busybox-hosttools: create '//bin' dir before install applets Signed-off-by: Stephan Raue --- packages/sysutils/busybox-hosttools/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/sysutils/busybox-hosttools/build b/packages/sysutils/busybox-hosttools/build index 07bd261834..1cb99a45d0 100755 --- a/packages/sysutils/busybox-hosttools/build +++ b/packages/sysutils/busybox-hosttools/build @@ -16,5 +16,6 @@ cd $BUILD/busybox* 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