mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-11-16 19:50:31 +01:00
mkdir output if it doesn't exist
This commit is contained in:
parent
0d6ea828ee
commit
f06700de1b
1 changed files with 1 additions and 0 deletions
1
build.sh
1
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"
|
||||
|
|
Loading…
Reference in a new issue