From 4b621b0cb35a5c572514c77fbe09661c8e65517c Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Fri, 11 Nov 2016 07:01:04 -0800
Subject: [PATCH] scripts/mkimage.sh: make sure outdir exists

---
 scripts/mkimage.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/mkimage.sh b/scripts/mkimage.sh
index 6ad920043431..983a2ec47d41 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
-- 
GitLab