mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
fakeroot: Make build_dir specific, not project specific
This commit is contained in:
parent
25bebf2a19
commit
6a9874f1ab
@ -40,7 +40,7 @@ SYSROOT_PREFIX=$ROOT/$TOOLCHAIN/$TARGET_NAME/sysroot
|
|||||||
LIB_PREFIX=$SYSROOT_PREFIX/usr
|
LIB_PREFIX=$SYSROOT_PREFIX/usr
|
||||||
TARGET_PREFIX=$ROOT/$TOOLCHAIN/bin/$TARGET_NAME-
|
TARGET_PREFIX=$ROOT/$TOOLCHAIN/bin/$TARGET_NAME-
|
||||||
|
|
||||||
FAKEROOT_SCRIPT=$ROOT/.fakeroot.$PROJECT.$TARGET_ARCH
|
FAKEROOT_SCRIPT=$ROOT/.fakeroot.$BUILD
|
||||||
|
|
||||||
if [ -z "$INSTALL" ]; then
|
if [ -z "$INSTALL" ]; then
|
||||||
INSTALL=$BUILD/image/system
|
INSTALL=$BUILD/image/system
|
||||||
|
Loading…
x
Reference in New Issue
Block a user