diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2015-11-21 07:10:21 +0000 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2015-11-21 07:19:12 +0000 |
commit | ceb28409516fd01c04d7addeb5b4d81a9a82fd40 (patch) | |
tree | 85292913415c3d8239b8ff9c36aff27cd7bd5989 /Makefile.am | |
parent | aedf698f3e93b2d376e03b85c471f0f54ccda50d (diff) |
build: install bash completion for systemd-path
This is a follow-up for commit e50e53876fb08b6
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index cd9aea6bc8..dd4af12c89 100644 --- a/Makefile.am +++ b/Makefile.am @@ -426,6 +426,7 @@ dist_bashcompletion_DATA = \ shell-completion/bash/systemd-delta \ shell-completion/bash/systemd-detect-virt \ shell-completion/bash/systemd-nspawn \ + shell-completion/bash/systemd-path \ shell-completion/bash/systemd-run \ shell-completion/bash/udevadm \ shell-completion/bash/kernel-install |