diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-01 22:37:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-01 22:37:20 -0400 |
commit | c2f2e298d0967f19eb648e68c54cded3fef1a0d8 (patch) | |
tree | 02ea19b0532e7a3893b96249f3b1e3c8d7f22cb7 /standalone | |
parent | a4a2d93990de41845b388da39c7cc39371a0d130 (diff) |
change the default GIT_ANNEX_ANDROID_SOURCETREE location to be in ~/tmp/
Diffstat (limited to 'standalone')
-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 3d704c8e1..0ecbdc078 100644 --- a/standalone/android/Makefile +++ b/standalone/android/Makefile @@ -13,7 +13,7 @@ export ANDROID_NDK_ROOT?=$(HOME)/tmp/android-ndk-r8d # Where to store the $(GIT_ANNEX_ANDROID_SOURCETREE)s to utilities. This # directory will be created by `make source`. -GIT_ANNEX_ANDROID_SOURCETREE?=../tmp/android-sourcetree +GIT_ANNEX_ANDROID_SOURCETREE?=$(HOME)/tmp/android-sourcetree GITTREE=$(GIT_ANNEX_ANDROID_SOURCETREE)/git/installed-tree |