From 931049f38498685c1b0c2819e172fb8d8f9b7226 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 15 Jan 2010 08:17:17 +0100 Subject: [PATCH] busybox: - use variable for fakeroot script --- packages/sysutils/busybox/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sysutils/busybox/install b/packages/sysutils/busybox/install index 5c2bc968ff..dab893c81e 100755 --- a/packages/sysutils/busybox/install +++ b/packages/sysutils/busybox/install @@ -13,7 +13,7 @@ ROOT_PWD="`$ROOT/$TOOLCHAIN/bin/cryptpw $ROOT_PASSWORD`" add_group root 0 cp -PR $BUILD/busybox*/_install-system/* $INSTALL - echo "chmod 4755 $INSTALL/bin/busybox" >> $ROOT/.fakeroot.$PROJECT + echo "chmod 4755 $INSTALL/bin/busybox" >> $FAKEROOT_SCRIPT mkdir -p $INSTALL/bin ln -sf /bin/sh $INSTALL/bin/bash