From dab60005ed9da9dbf4d92ed524989cdd2b55125f Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 15 Jan 2010 08:15:35 +0100 Subject: [PATCH] config/path: - add option to set fakeroot script --- config/path | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/path b/config/path index 85815fa97b..b2641c826f 100644 --- a/config/path +++ b/config/path @@ -45,6 +45,8 @@ SYSROOT_PREFIX=$ROOT/$TOOLCHAIN/$TARGET_NAME/sysroot LIB_PREFIX=$SYSROOT_PREFIX/usr TARGET_PREFIX=$ROOT/$TOOLCHAIN/bin/$TARGET_NAME- +FAKEROOT_SCRIPT=$ROOT/.fakeroot.$PROJECT.$TARGET_ARCH + if [ "$OPENELEC_VERSION" = devel ]; then DEBUG=no DEVTOOLS=yes