mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-21 09:33:57 +03:00
meson: Install missing bash-completions
(cherry picked from commit7b2f84e3f2
) (cherry picked from commit6d8885af57
) (cherry picked from commit3ae3405989
)
This commit is contained in:
parent
0691c16e34
commit
8523187071
@ -31,11 +31,11 @@ items = [['busctl', ''],
|
|||||||
['systemd-path', ''],
|
['systemd-path', ''],
|
||||||
['systemd-run', ''],
|
['systemd-run', ''],
|
||||||
['udevadm', ''],
|
['udevadm', ''],
|
||||||
['kernel-install', ''],
|
|
||||||
['bootctl', 'HAVE_GNU_EFI'],
|
['bootctl', 'HAVE_GNU_EFI'],
|
||||||
['coredumpctl', 'ENABLE_COREDUMP'],
|
['coredumpctl', 'ENABLE_COREDUMP'],
|
||||||
['homectl', 'ENABLE_HOMED'],
|
['homectl', 'ENABLE_HOMED'],
|
||||||
['hostnamectl', 'ENABLE_HOSTNAMED'],
|
['hostnamectl', 'ENABLE_HOSTNAMED'],
|
||||||
|
['kernel-install', ''],
|
||||||
['localectl', 'ENABLE_LOCALED'],
|
['localectl', 'ENABLE_LOCALED'],
|
||||||
['loginctl', 'ENABLE_LOGIND'],
|
['loginctl', 'ENABLE_LOGIND'],
|
||||||
['machinectl', 'ENABLE_MACHINED'],
|
['machinectl', 'ENABLE_MACHINED'],
|
||||||
@ -43,7 +43,9 @@ items = [['busctl', ''],
|
|||||||
['oomctl', 'ENABLE_OOMD'],
|
['oomctl', 'ENABLE_OOMD'],
|
||||||
['portablectl', 'ENABLE_PORTABLED'],
|
['portablectl', 'ENABLE_PORTABLED'],
|
||||||
['resolvectl', 'ENABLE_RESOLVE'],
|
['resolvectl', 'ENABLE_RESOLVE'],
|
||||||
|
['systemd-dissect', 'HAVE_BLKID'],
|
||||||
['systemd-resolve', 'ENABLE_RESOLVE'],
|
['systemd-resolve', 'ENABLE_RESOLVE'],
|
||||||
|
['systemd-sysext', 'ENABLE_SYSEXT'],
|
||||||
['timedatectl', 'ENABLE_TIMEDATED']]
|
['timedatectl', 'ENABLE_TIMEDATED']]
|
||||||
|
|
||||||
foreach item : items
|
foreach item : items
|
||||||
|
Loading…
Reference in New Issue
Block a user