mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 02:17:12 +08:00
Forgot to add the correct conflicts/replaces for the EFI packages...
This commit is contained in:
parent
e09433b517
commit
e1e5ff3020
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user