Forgot to add the correct conflicts/replaces for the EFI packages...

This commit is contained in:
Daniele 2012-07-15 05:29:31 +02:00
parent e09433b517
commit e1e5ff3020

View File

@ -194,6 +194,8 @@ options=('!strip' '!emptydirs')
package_grub2-efi32() {
pkgdesc="GNU GRUB is a Multiboot boot loader. (EFI32 support binaries.)"
depends=("grub2-common=${pkgver}" 'dosfstools' 'efibootmgr')
conflicts=('grub2-efi-x32')
replaces=('grub2-efi-x32')
options=('!strip' '!emptydirs')
local _bindir="${pkgdir}/usr/lib/grub/i386-efi"
@ -222,6 +224,8 @@ options=('!strip' '!emptydirs')
package_grub2-efi64() {
pkgdesc="GNU GRUB is a Multiboot boot loader (EFI64 support binaries.)"
depends=("grub2-common=${pkgver}" 'dosfstools' 'efibootmgr')
conflicts=('grub2-efi-x64')
replaces=('grub2-efi-x64')
options=('!strip' '!emptydirs')
local _bindir="${pkgdir}/usr/lib/grub/x86_64-efi"