get-prebuilts: Create directory beforehand

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
This commit is contained in:
Paul Kocialkowski 2014-07-02 20:17:48 +02:00
parent a6450bb108
commit a6d2b4ed0c
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
BASEDIR=`dirname $0`
mkdir -p $BASEDIR/prebuilt/common/apps/
# Get FDroid
curl -L -o $BASEDIR/prebuilt/common/apps/FDroid.apk -O -L http://f-droid.org/FDroid.apk