# we build for "i386" # i686 is already correctly handled by archlinux if [ "$CARCH" == 'pentium4' ] || [ "$CARCH" == 'i486' ]; then _EFI_ARCH="i386" _EMU_ARCH="i386" conflicts=("${conflicts[@]/-x86_64/-i386}") replaces=("${replaces[@]/-x86_64/-i386}") provides=("${provides[@]/-x86_64/-i386}") fi