- use variable for fakeroot script
This commit is contained in:
Stephan Raue 2010-01-15 08:17:17 +01:00
parent d5c05d952a
commit 931049f384

View File

@ -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