From 7c57a030e0d654ce0e4d557da826170fb5ac5bc2 Mon Sep 17 00:00:00 2001 From: Lucas Werkmeister Date: Sun, 4 Oct 2020 15:39:24 +0200 Subject: [PATCH] shell-completion: add missing completions to meson.build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Completions for systemd-id128 and homectl have been available for a while, but weren’t being installed. --- shell-completion/bash/meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell-completion/bash/meson.build b/shell-completion/bash/meson.build index 0d3022b1e9..1df70147af 100644 --- a/shell-completion/bash/meson.build +++ b/shell-completion/bash/meson.build @@ -24,6 +24,7 @@ if bashcompletiondir != 'no' ['systemd-cgtop', ''], ['systemd-delta', ''], ['systemd-detect-virt', ''], + ['systemd-id128', ''], ['systemd-nspawn', ''], ['systemd-path', ''], ['systemd-run', ''], @@ -32,6 +33,7 @@ if bashcompletiondir != 'no' [bash_systemctl, ''], ['bootctl', 'ENABLE_EFI'], ['coredumpctl', 'ENABLE_COREDUMP'], + ['homectl', 'ENABLE_HOMED'], ['hostnamectl', 'ENABLE_HOSTNAMED'], ['localectl', 'ENABLE_LOCALED'], ['loginctl', 'ENABLE_LOGIND'],