From f06700de1b15b050a4359dc2daaebb0f11110d52 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Fri, 28 Feb 2014 12:25:59 +0100 Subject: [PATCH] mkdir output if it doesn't exist --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 6986479..6396326 100755 --- a/build.sh +++ b/build.sh @@ -239,6 +239,7 @@ fi echo "--------------------------------------------------------------------------------" echo "Creating SD Image" echo "--------------------------------------------------------------------------------" +mkdir -p $DEST/output cd $DEST/output echo "create image and mount image to next free loop device"