summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorJan Janssen <medhefgo@web.de>2023-01-27 17:56:12 +0100
committerJan Janssen <medhefgo@web.de>2023-01-27 17:56:12 +0100
commit7b2f84e3f2c5cf84ca39a054493979a8960a9d47 (patch)
treecf421a7843c01eaf74f01458eee85068f040e86f /shell-completion
parent17be6f270907eff274df80e91e1d323cb04f266f (diff)
downloadsystemd-7b2f84e3f2c5cf84ca39a054493979a8960a9d47.tar.gz
meson: Install missing bash-completions
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/bash/meson.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/shell-completion/bash/meson.build b/shell-completion/bash/meson.build
index 04945e28d6..0446be7302 100644
--- a/shell-completion/bash/meson.build
+++ b/shell-completion/bash/meson.build
@@ -31,11 +31,11 @@ items = [['busctl', ''],
['systemd-path', ''],
['systemd-run', ''],
['udevadm', ''],
- ['kernel-install', 'ENABLE_KERNEL_INSTALL'],
['bootctl', 'HAVE_GNU_EFI'],
['coredumpctl', 'ENABLE_COREDUMP'],
['homectl', 'ENABLE_HOMED'],
['hostnamectl', 'ENABLE_HOSTNAMED'],
+ ['kernel-install', 'ENABLE_KERNEL_INSTALL'],
['localectl', 'ENABLE_LOCALED'],
['loginctl', 'ENABLE_LOGIND'],
['machinectl', 'ENABLE_MACHINED'],
@@ -44,7 +44,9 @@ items = [['busctl', ''],
['portablectl', 'ENABLE_PORTABLED'],
['resolvectl', 'ENABLE_RESOLVE'],
['systemd-cryptenroll', 'HAVE_LIBCRYPTSETUP'],
+ ['systemd-dissect', 'HAVE_BLKID'],
['systemd-resolve', 'ENABLE_RESOLVE'],
+ ['systemd-sysext', 'ENABLE_SYSEXT'],
['timedatectl', 'ENABLE_TIMEDATED']]
foreach item : items