From 4a5ed695a729667ad977c9239976eba8dad5795e Mon Sep 17 00:00:00 2001 From: The-going <48602507+The-going@users.noreply.github.com> Date: Sun, 16 Jan 2022 16:52:23 +0300 Subject: [PATCH] Bugfix. Create a directory for the build environment cache (#3404) --- lib/chroot-buildpackages.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/chroot-buildpackages.sh b/lib/chroot-buildpackages.sh index 68f59da293..8b1f63c045 100644 --- a/lib/chroot-buildpackages.sh +++ b/lib/chroot-buildpackages.sh @@ -160,6 +160,7 @@ chroot_build_packages() { local built_ok=() local failed=() + mkdir -p ${SRC}/cache/buildpkg if [[ $IMAGE_TYPE == user-built ]]; then # if user-built image compile only for selected arch/release