diff --git a/bash-completion/meson.build b/bash-completion/meson.build index fab42720b..464a952a8 100644 --- a/bash-completion/meson.build +++ b/bash-completion/meson.build @@ -1,7 +1,6 @@ if get_option('bash-completions') bash_completions = [ 'openrc', - 'openrc-service-script', 'rc-service', 'rc-status', 'rc-update', @@ -9,4 +8,7 @@ bash_completions = [ install_data(bash_completions, install_dir : get_option('datadir') / 'bash-completion/completions') + install_data( + 'openrc-service-script', + install_dir : get_option('sysconfdir') / 'bash_completion.d') endif