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
This commit is contained in:
parent
96e2e6df66
commit
2cba912d15
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue