From dedb925eafee8214ae565b861dfacfc02085f158 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Wed, 25 Oct 2023 16:45:06 +0200 Subject: meson: Always build bootctl bootctl is rather useful to have, even if on a system without UEFI, as it has a number of verbs that are unrelated to UEFI (e.g kernel-identify), and more importantly, it supports --root to operate on directory trees (which could be intended to be deployed on UEFI) so let's make sure we always build it. --- man/rules/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/rules') diff --git a/man/rules/meson.build b/man/rules/meson.build index 3265db9c2d..f664901ebb 100644 --- a/man/rules/meson.build +++ b/man/rules/meson.build @@ -5,7 +5,7 @@ # ninja -C build update-man-rules manpages = [ ['binfmt.d', '5', [], 'ENABLE_BINFMT'], - ['bootctl', '1', [], 'ENABLE_BOOTLOADER'], + ['bootctl', '1', [], ''], ['bootup', '7', [], ''], ['busctl', '1', [], ''], ['coredump.conf', '5', ['coredump.conf.d'], 'ENABLE_COREDUMP'], -- cgit v1.2.3