summaryrefslogtreecommitdiff
path: root/core/grub/PKGBUILD
blob: a3cc8b59f309e58dd6a4a0c358f3a635f1a36220 (plain)
1
2
3
4
5
6
7
8
9
# 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