From c2f2e298d0967f19eb648e68c54cded3fef1a0d8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 1 May 2013 22:37:20 -0400 Subject: change the default GIT_ANNEX_ANDROID_SOURCETREE location to be in ~/tmp/ --- standalone/android/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'standalone/android/Makefile') 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 -- cgit v1.2.3