diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-04 14:25:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-04 14:25:24 -0400 |
commit | 18a447fe97721eb0906a5c9e9613d39702d6c825 (patch) | |
tree | bd6b6777e3a8567a34250bedf856a562afc2725d /standalone/android | |
parent | 14750badab245c4e2a52276b00663f3cac47f10e (diff) |
android build fix
Diffstat (limited to 'standalone/android')
-rw-r--r-- | standalone/android/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/android/Makefile b/standalone/android/Makefile index 0ecbdc078..74a48c89f 100644 --- a/standalone/android/Makefile +++ b/standalone/android/Makefile @@ -32,7 +32,7 @@ build: start # Install executables as pseudo-libraries so they will be # unpacked from the .apk. mkdir -p $(GIT_ANNEX_ANDROID_SOURCETREE)/term/libs/armeabi - cp ../../tmp/androidtree/git-annex $(GIT_ANNEX_ANDROID_SOURCETREE)/term/libs/armeabi/lib.git-annex.so + cp ../../tmp/androidtree/dist/build/git-annex/git-annex $(GIT_ANNEX_ANDROID_SOURCETREE)/term/libs/armeabi/lib.git-annex.so cp $(GIT_ANNEX_ANDROID_SOURCETREE)/busybox/busybox $(GIT_ANNEX_ANDROID_SOURCETREE)/term/libs/armeabi/lib.busybox.so cp $(GIT_ANNEX_ANDROID_SOURCETREE)/openssh/ssh $(GIT_ANNEX_ANDROID_SOURCETREE)/term/libs/armeabi/lib.ssh.so cp $(GIT_ANNEX_ANDROID_SOURCETREE)/openssh/ssh-keygen $(GIT_ANNEX_ANDROID_SOURCETREE)/term/libs/armeabi/lib.ssh-keygen.so |