From: Kay Sievers Date: Sat, 3 Nov 2012 21:10:32 +0000 (+0100) Subject: bash-completion > shell-completion X-Git-Tag: v196~143 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=bd49c40537ff78060b851b85fd5fdb654f34eaf4 bash-completion > shell-completion --- diff --git a/Makefile.am b/Makefile.am index 9a054ae93..e4c7e564f 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 \ diff --git a/bash-completion/systemd-bash-completion.sh b/shell-completion/systemd-bash-completion.sh similarity index 100% rename from bash-completion/systemd-bash-completion.sh rename to shell-completion/systemd-bash-completion.sh