diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-07 15:33:12 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-07 15:33:12 -0400 |
commit | 012d1318e6c128f45385420223e4888e0c9393a5 (patch) | |
tree | 4bc29789ddff9310a7df677b5de5b1d3490a3c28 /standalone | |
parent | f9f362ae2e0d52be4013556e6b91735cda7013d6 (diff) |
fix path
Diffstat (limited to 'standalone')
-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 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 |