diff options
author | Kay Sievers <kay@vrfy.org> | 2012-11-03 22:10:32 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-11-03 22:10:32 +0100 |
commit | bd49c40537ff78060b851b85fd5fdb654f34eaf4 (patch) | |
tree | b938f18ddb3115833feaa1e8ead94b4cb703c0e1 /Makefile.am | |
parent | 924ee2cb0caa0c116ff6cf8c16f54588c4d4a4d8 (diff) |
bash-completion > shell-completion
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 9a054ae935..e4c7e564f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -241,7 +241,7 @@ systemgenerator_PROGRAMS = \ systemd-system-update-generator dist_bashcompletion_DATA = \ - bash-completion/systemd-bash-completion.sh + shell-completion/systemd-bash-completion.sh dist_tmpfiles_DATA = \ tmpfiles.d/systemd.conf \ |