summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/mkimage.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/mkimage.sh b/scripts/mkimage.sh
index 6ad92004343..983a2ec47d4 100644
--- a/scripts/mkimage.sh
+++ b/scripts/mkimage.sh
@@ -219,6 +219,8 @@ req_arch=${req_arch:-${default_arch}}
[ "$req_arch" != "all" ] || req_arch="${all_arch}"
[ "$req_profiles" != "all" ] || req_profiles="${all_profiles}"
+mkdir -p "$OUTDIR"
+
# get abuild pubkey used to sign the apkindex
# we need inject this to the initramfs or we will not be able to use the
# boot repository