diff options
author | Ran Benita <ran234@gmail.com> | 2011-11-02 10:48:51 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-11-02 13:07:47 +0100 |
commit | f5a613c03c54cc82e92c38af0b3e1c130003a68b (patch) | |
tree | bfa3bc302b10124e0a843baac66fb5916725f3b9 /Makefile.am | |
parent | 3cdbf916d3629733fa9998d5802bf4c20d98c50e (diff) |
bash-completion: rename file since it is no longer for systemctl only
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f701a45c87..0ce2356d78 100644 --- a/Makefile.am +++ b/Makefile.am @@ -321,7 +321,7 @@ dbusinterface_DATA += \ endif dist_bashcompletion_DATA = \ - src/systemctl-bash-completion.sh + src/systemd-bash-completion.sh dist_tmpfiles_DATA = \ tmpfiles.d/systemd.conf \ |