diff --git a/build/common.sh b/build/common.sh index aebe77d..54a6bac 100644 --- a/build/common.sh +++ b/build/common.sh @@ -488,7 +488,7 @@ setup_clone() echo ">>> Setting up ${2} clone in ${1}" # repositories may be huge so avoid the copy :) - mkdir -p ${1}${2} && mount_unionfs -o below ${2} ${1}${2} + mkdir -p ${1}${2} && mount_nullfs ${2} ${1}${2} } setup_copy()