This commit is contained in:
Joey Hess 2015-01-07 15:33:12 -04:00
parent c5775455e7
commit 9b5ef546b9

View file

@ -45,7 +45,7 @@ if [ "$androidversion" = 5 ]; then
;;
esac
done
PATH="$androidtoolchain:$PATH/5.0"
PATH="$androidtoolchain:$PATH/5"
else
PATH="$androidtoolchain:$PATH"
fi