From d983f68911bb69c7c1be15af284e0369abd28bd0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 1 May 2013 22:37:20 -0400 Subject: [PATCH] change the default GIT_ANNEX_ANDROID_SOURCETREE location to be in ~/tmp/ --- standalone/android/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone/android/Makefile b/standalone/android/Makefile index 3d704c8e10..0ecbdc0785 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