diff options
author | Leah Rowe <leah@libreboot.org> | 2025-10-05 01:04:25 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-10-05 01:04:25 +0100 |
commit | 23f98c29581e7d2cf5639e93fd89a6e64bec5635 (patch) | |
tree | 356b3a71d49b775312a3c16f55388fdc9806b818 /include/init.sh | |
parent | 1e488aae78d96eedcd80b9a10fa2e7fa6e374ec2 (diff) |
init.sh: explicitly create cache/
otherwise, an error occurs when doing ./mk release
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/init.sh')
-rw-r--r-- | include/init.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/init.sh b/include/init.sh index 6bed6ca4..49863bee 100644 --- a/include/init.sh +++ b/include/init.sh @@ -58,7 +58,7 @@ xbmk_init() fi export PWD="$xbmkpwd" - x_ xbmkdir "$basetmp" + x_ xbmkdir "$basetmp" "cache" for init_cmd in get_version set_env set_threads git_init child_exec; do if ! xbmk_$init_cmd "$@"; then |