efi: fix condition for add shim-signed-installer-kludge

c10f1, c10f2...
This commit is contained in:
Anton Midyukov 2023-09-07 20:46:02 +07:00
parent 00ad8de560
commit f17666c9a6

View File

@ -35,7 +35,7 @@ use/efi/signed: use/efi
@$(call add,COMMON_PACKAGES,shim-signed)
@$(call add,COMMON_PACKAGES,mokutil pesign)
@$(call add,RESCUE_PACKAGES,openssl)
ifeq (,$(filter-out p10 c10f1,$(BRANCH)))
ifeq (,$(filter-out p10 c10f%,$(BRANCH)))
@$(call add,STAGE1_PACKAGES,shim-signed-installer-kludge grub-efi alt-uefi-certs dosfstools mtools)
endif