From 0443bb082de5a22bbdac00e1921985cd03022331 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Mon, 12 Oct 2020 20:32:54 +0200 Subject: [PATCH] Bugfix - create hash-beta directory when initializing directories --- lib/general.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/general.sh b/lib/general.sh index 82d8507abd..8845088f0b 100644 --- a/lib/general.sh +++ b/lib/general.sh @@ -1061,7 +1061,7 @@ prepare_host() find "${SRC}"/output "${USERPATCHES_PATH}" -type d ! -group sudo -exec chgrp --quiet sudo {} \; find "${SRC}"/output "${USERPATCHES_PATH}" -type d ! -perm -g+w,g+s -exec chmod --quiet g+w,g+s {} \; fi - mkdir -p "${DEST}"/debs-beta/extra "${DEST}"/debs/extra "${DEST}"/{config,debug,patch} "${USERPATCHES_PATH}"/overlay "${SRC}"/cache/{sources,hash,toolchain,utility,rootfs} "${SRC}"/.tmp + mkdir -p "${DEST}"/debs-beta/extra "${DEST}"/debs/extra "${DEST}"/{config,debug,patch} "${USERPATCHES_PATH}"/overlay "${SRC}"/cache/{sources,hash,hash-beta,toolchain,utility,rootfs} "${SRC}"/.tmp display_alert "Checking for external GCC compilers" "" "info" # download external Linaro compiler and missing special dependencies since they are needed for certain sources