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 \ 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