summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2014-07-02 20:17:48 +0200
committerPaul Kocialkowski <contact@paulk.fr>2014-07-02 20:17:48 +0200
commita6d2b4ed0c5e542c7f35ec54bd81f10e451ede75 (patch)
tree496d38487f02afd6eec70fea48d57429e86e601b
parenta6450bb10828a45104cc83a6f7ec7c04b7b08a64 (diff)
downloadvendor_replicant-a6d2b4ed0c5e542c7f35ec54bd81f10e451ede75.zip
vendor_replicant-a6d2b4ed0c5e542c7f35ec54bd81f10e451ede75.tar.gz
vendor_replicant-a6d2b4ed0c5e542c7f35ec54bd81f10e451ede75.tar.bz2
get-prebuilts: Create directory beforehand
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
-rwxr-xr-xget-prebuilts2
1 files changed, 2 insertions, 0 deletions
diff --git a/get-prebuilts b/get-prebuilts
index 2e2a5fb..5fbd70f 100755
--- a/get-prebuilts
+++ b/get-prebuilts
@@ -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