From f7b7cb81304a8c6906c40a45fb9365eb265817d6 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Wed, 20 Aug 2014 15:25:56 +0200 Subject: [PATCH] mkdir if dir not present --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index afcaa52..0f0aa57 100755 --- a/build.sh +++ b/build.sh @@ -35,6 +35,7 @@ function prepare_dest() { function download_and_install_binaries() { echo ". install binaries" + mkdir -p $DEST/image/sdcard/ cd $DEST/image/sdcard/ if [ ! -e $CWD/slack-$SLACKWARE_VERSION-miniroot_$ROOTFS_VERSION.tar.xz ]; then echo ". . downloading binaries"