From 4b621b0cb35a5c572514c77fbe09661c8e65517c Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 11 Nov 2016 07:01:04 -0800 Subject: scripts/mkimage.sh: make sure outdir exists --- scripts/mkimage.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/mkimage.sh b/scripts/mkimage.sh index 6ad9200434..983a2ec47d 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 -- cgit v1.2.3