diff options
author | Daniel Mack <github@zonque.org> | 2015-11-21 11:57:52 +0100 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2015-11-21 11:57:52 +0100 |
commit | 0c203f1dd13a3b6f832f6254264349a5ae3976a8 (patch) | |
tree | 85292913415c3d8239b8ff9c36aff27cd7bd5989 | |
parent | aedf698f3e93b2d376e03b85c471f0f54ccda50d (diff) | |
parent | ceb28409516fd01c04d7addeb5b4d81a9a82fd40 (diff) |
Merge pull request #1979 from evverx/build-install-systemd-path-completion
build: install bash completion for systemd-path
-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 |