From 2cba912d158363fe052230dcc27ac73b0b1b2464 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Tue, 4 Jun 2019 23:24:41 +0200 Subject: [PATCH] cross/grub-x86: fix pmb:strict option name This package should use the pmb:strict option, in order to force pmbootstrap to always build it in strict mode. Otherwise it can have a conflict with packages installed earlier. I've just noticed that the merged patch was still using the early name of the option, "pmbootstrap-strict". It was later changed to "pmb:strict" in the related pmbootstrap!1771 merge request, for consistency with !pmb:kconfig-check. Fix grub-x86 to use the proper option name. [ci:skip-vercheck]: version bump not needed --- cross/grub-x86/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cross/grub-x86/APKBUILD b/cross/grub-x86/APKBUILD index c1f03c3f7..7f90c049d 100644 --- a/cross/grub-x86/APKBUILD +++ b/cross/grub-x86/APKBUILD @@ -6,7 +6,7 @@ url="https://www.gnu.org/software/grub/" license="GPL-3.0-or-later" arch="x86_64" makedepends="grub grub-efi-x86" -options="pmbootstrap-strict" +options="pmb:strict" source="grub_early.cfg" package() {