Skip to content
Snippets Groups Projects
Commit 4b621b0c authored by Natanael Copa's avatar Natanael Copa
Browse files

scripts/mkimage.sh: make sure outdir exists

parent d32a167e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment