diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-13 17:56:10 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-13 17:56:10 -0400 |
commit | f7130bdb787b96c6f092f8aaf753c585ddd46cd5 (patch) | |
tree | d787bba16203d42375638a865d9517d0ca05e06e /Makefile | |
parent | 6ad33950b87eafc8a4048dd7b9352e888d25cf63 (diff) |
couple more android build fixes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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/" |