From 6a9874f1ab5ff50c42e3cb4fd1ccb45e7778bf4d Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Sun, 3 Jan 2016 06:07:04 +0000 Subject: [PATCH] fakeroot: Make build_dir specific, not project specific --- config/path | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/path b/config/path index 79f566ede2..cfd26cffa0 100644 --- a/config/path +++ b/config/path @@ -40,7 +40,7 @@ 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 +FAKEROOT_SCRIPT=$ROOT/.fakeroot.$BUILD if [ -z "$INSTALL" ]; then INSTALL=$BUILD/image/system