From 220261ef940a126588b20a1765a2501811473839 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Tue, 21 Sep 2021 22:47:42 +0200 Subject: [PATCH] unit: install the systemd-bless-boot.service only if we have gnu-efi Follow-up to #20591. --- units/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/meson.build b/units/meson.build index 59ed04afde..93c3bf608a 100644 --- a/units/meson.build +++ b/units/meson.build @@ -183,7 +183,7 @@ in_units = [ ['systemd-backlight@.service', 'ENABLE_BACKLIGHT'], ['systemd-binfmt.service', 'ENABLE_BINFMT', 'sysinit.target.wants/'], - ['systemd-bless-boot.service', 'ENABLE_EFI HAVE_BLKID'], + ['systemd-bless-boot.service', 'HAVE_GNU_EFI HAVE_BLKID'], ['systemd-boot-check-no-failures.service', ''], ['systemd-coredump@.service', 'ENABLE_COREDUMP'], ['systemd-pstore.service', 'ENABLE_PSTORE'],