mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-02 17:56:15 +01:00
spec: Install bash completion with .bash suffix rather than .sh
Related downstream change: https://build.opensuse.org/request/show/1121166/changes
This commit is contained in:
parent
6a6d9cdc83
commit
752e0b89cc
@ -161,7 +161,7 @@ install -d %{buildroot}%{_sharedstatedir}/osc-plugins
|
||||
# install completions
|
||||
install -Dm0755 contrib/osc.complete %{buildroot}%{_datadir}/osc/complete
|
||||
install -Dm0644 contrib/complete.csh %{buildroot}%{completion_dir_csh}/osc.csh
|
||||
install -Dm0644 contrib/complete.sh %{buildroot}%{completion_dir_bash}/osc.sh
|
||||
install -Dm0644 contrib/complete.sh %{buildroot}%{completion_dir_bash}/osc.bash
|
||||
install -Dm0644 contrib/osc.fish %{buildroot}%{completion_dir_fish}/osc.fish
|
||||
install -Dm0644 contrib/osc.zsh %{buildroot}%{completion_dir_zsh}/osc.zsh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user