diff --git a/Makefile.am b/Makefile.am index ff156c00ee..97b066f2ef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -244,7 +244,7 @@ noinst_PROGRAMS = \ test-watchdog dist_bashcompletion_DATA = \ - src/systemd-bash-completion.sh + bash-completion/systemd-bash-completion.sh dist_tmpfiles_DATA = \ tmpfiles.d/systemd.conf \ diff --git a/src/systemd-bash-completion.sh b/bash-completion/systemd-bash-completion.sh similarity index 100% rename from src/systemd-bash-completion.sh rename to bash-completion/systemd-bash-completion.sh