diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2014-02-19 17:45:13 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-02-19 18:05:07 +0100 |
commit | 51f6888bfc86ad92c9a4e081c7c8c33e60bf4fbd (patch) | |
tree | f40e966c2b28a31f7bd1419ae19d06bf2a70fa32 | |
parent | e26da2dcea2f56461a8411e64d046cb5d903275c (diff) |
busctl: install bash completion
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b36b42d933..8d58c52e8f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -348,6 +348,7 @@ systemgenerator_PROGRAMS = \ systemd-system-update-generator dist_bashcompletion_DATA = \ + shell-completion/bash/busctl \ shell-completion/bash/journalctl \ shell-completion/bash/systemctl \ shell-completion/bash/systemd-analyze \ |