Update arch in misc/setup for ioq3 changing from i386 to x86

This commit is contained in:
Zack Middleton 2017-08-07 05:39:23 -05:00
parent 2955f8dadb
commit 00a5339b27
8 changed files with 14 additions and 14 deletions

View file

@ -24,9 +24,9 @@ PKG_VERSION=$VERSION
ARCH=${ARCH:-i586}
if [ "$ARCH" = "i?86" ]; then
ARCHSUFFIX="i386"
ARCHSUFFIX="x86"
elif [ "$ARCH" = "x86_64" ]; then
ARCHSUFFIX="64"
ARCHSUFFIX="x86_64"
fi
BUILD=${BUILD:-1_io}