summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-01-07 15:33:12 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-01-07 15:33:12 -0400
commit012d1318e6c128f45385420223e4888e0c9393a5 (patch)
tree4bc29789ddff9310a7df677b5de5b1d3490a3c28
parentf9f362ae2e0d52be4013556e6b91735cda7013d6 (diff)
fix path
-rwxr-xr-xstandalone/android/buildapk2
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/android/buildapk b/standalone/android/buildapk
index 1d02ffc7d..980803f71 100755
--- a/standalone/android/buildapk
+++ b/standalone/android/buildapk
@@ -45,7 +45,7 @@ if [ "$androidversion" = 5 ]; then
;;
esac
done
- PATH="$androidtoolchain:$PATH/5.0"
+ PATH="$androidtoolchain:$PATH/5"
else
PATH="$androidtoolchain:$PATH"
fi