aboutsummaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-01-07 14:20:26 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-01-07 14:20:26 -0400
commit838b23cfc92e4ebf1af698c176d62283cc913503 (patch)
treed529dab84ecc1c29a796b33d0ac55d0cee88837a /standalone
parent20160a6eebdcbf0fc7acea8940617ccc6c3023ce (diff)
fix dir name
Diffstat (limited to 'standalone')
-rwxr-xr-xstandalone/android/buildapk2
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