diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-07 14:20:26 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-07 14:20:26 -0400 |
commit | 838b23cfc92e4ebf1af698c176d62283cc913503 (patch) | |
tree | d529dab84ecc1c29a796b33d0ac55d0cee88837a | |
parent | 20160a6eebdcbf0fc7acea8940617ccc6c3023ce (diff) |
fix dir name
-rwxr-xr-x | standalone/android/buildapk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/android/buildapk b/standalone/android/buildapk index f751dda15..ca5de9361 100755 --- a/standalone/android/buildapk +++ b/standalone/android/buildapk @@ -59,7 +59,7 @@ export GIT_ANNEX_ANDROID_SOURCETREE if [ ! -e "$GIT_ANNEX_ANDROID_SOURCETREE" ]; then make source fi -src="$GIT_ANNEX_ANDROID_SOURCETREE/$androidversion" +src="$GIT_ANNEX_ANDROID_SOURCETREE-$androidversion" if [ ! -e "$src" ] ; then cp -a "$GIT_ANNEX_ANDROID_SOURCETREE" "$src" fi |