summaryrefslogtreecommitdiff
path: root/core/grub/PKGBUILD
blob: 2d50773b0fa34f8af6429d3af7f789c6ca2e520f (plain)
1
2
3
4
5
6
7
8
# we build for "i386"
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