mirror of
https://github.com/armbian/build.git
synced 2026-01-06 09:58:46 -08:00
Bugfix related to multithreaded building
This commit is contained in:
@@ -63,9 +63,9 @@ SERIALCON=ttyS0
|
||||
BOOTSIZE=0
|
||||
|
||||
# set unique mounting directory
|
||||
SDCARD="sdcard-${BRANCH}-${BOARD}-${RELEASE}"
|
||||
MOUNT="mount-${BRANCH}-${BOARD}-${RELEASE}"
|
||||
DESTIMG="image-${BRANCH}-${BOARD}-${RELEASE}"
|
||||
SDCARD="sdcard-${BRANCH}-${BOARD}-${RELEASE}-${BUILD_DESKTOP}"
|
||||
MOUNT="mount-${BRANCH}-${BOARD}-${RELEASE}-${BUILD_DESKTOP}"
|
||||
DESTIMG="image-${BRANCH}-${BOARD}-${RELEASE}-${BUILD_DESKTOP}"
|
||||
|
||||
if [[ -f $SRC/lib/config/sources/$LINUXFAMILY.conf ]]; then
|
||||
source $SRC/lib/config/sources/$LINUXFAMILY.conf
|
||||
|
||||
Reference in New Issue
Block a user