mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-21 09:33:57 +03:00
meson: Install missing bash-completions
This commit is contained in:
parent
17be6f2709
commit
7b2f84e3f2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user