community/openjdk8: fix build on armhf

This commit is contained in:
Natanael Copa 2017-07-28 05:13:11 +00:00
parent 3854f649f7
commit a7d7de5631

View File

@ -25,7 +25,7 @@ makedepends="bash findutils tar zip file paxmark gawk util-linux libxslt
case $CARCH in
x86) _jarch=i386;;
x86_64) _jarch=amd64;;
arm*) _jarch=arm;;
arm*) _jarch=aarch32;;
*) _jarch="$CARCH";;
esac