From ab33606563f7e7f836d571407b2826a2fadd5d90 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Fri, 17 Feb 2017 18:22:41 +0000 Subject: [PATCH] fakeroot: move to build directory --- config/path | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/path b/config/path index 0f877f8072..ea126bc2ce 100644 --- a/config/path +++ b/config/path @@ -47,7 +47,7 @@ SYSROOT_PREFIX=$TOOLCHAIN/$TARGET_NAME/sysroot LIB_PREFIX=$SYSROOT_PREFIX/usr TARGET_PREFIX=$TOOLCHAIN/bin/$TARGET_NAME- -FAKEROOT_SCRIPT=$ROOT/.fakeroot.$(basename $BUILD) +FAKEROOT_SCRIPT=$BUILD/.fakeroot if [ -z "$INSTALL" ]; then INSTALL=$BUILD/image/system