summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-13 17:56:10 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-13 17:56:10 -0400
commitf7130bdb787b96c6f092f8aaf753c585ddd46cd5 (patch)
treed787bba16203d42375638a865d9517d0ca05e06e /Makefile
parent6ad33950b87eafc8a4048dd7b9352e888d25cf63 (diff)
couple more android build fixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 504a9e974..50600a24f 100644
--- a/Makefile
+++ b/Makefile
@@ -244,9 +244,10 @@ androidapp:
$(MAKE) -C standalone/android
rm -rf "$(ANDROIDAPP_DEST)"
+ install -d "$(ANDROIDAPP_DEST)"
- cp -a standalone/android/runshell "$(ANDROIDAPP_DEST)"
cp -aR standalone/android/git-annex-bundle "$(ANDROIDAPP_DEST)"
+ cp -a standalone/android/runshell "$(ANDROIDAPP_DEST)"
install -d "$(ANDROIDAPP_DEST)/git-annex-bundle/bin"
cp git-annex "$(ANDROIDAPP_DEST)/git-annex-bundle/bin/"