Bugfix. Create a directory for the build environment cache (#3404)
This commit is contained in:
parent
e4e4ab0791
commit
4a5ed695a7
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user