From 7595e84d511b0cc9b1d0e25b48dab196b8c33fbf Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 16 Nov 2009 07:52:30 +0100 Subject: [PATCH] busybox-hosttools - change mode from busybox to 4755 --- 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 90397b7b35..07bd261834 100755 --- a/packages/sysutils/busybox-hosttools/build +++ b/packages/sysutils/busybox-hosttools/build @@ -16,4 +16,5 @@ cd $BUILD/busybox* ARCH=$TARGET_ARCH make CROSS_COMPILE="" install - cp -PR _install-hosttools/bin/* $ROOT/$TOOLCHAIN/bin \ No newline at end of file + cp -PR _install-hosttools/bin/* $ROOT/$TOOLCHAIN/bin + chmod 4755 $ROOT/$TOOLCHAIN/bin/busybox