Accepting request 1120464 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/1120464 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=185
This commit is contained in:
commit
dd9bab99de
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 24 09:03:56 UTC 2023 - Jiri Slaby <jslaby@suse.cz>
|
||||
|
||||
- fix bash completion suffix (.bash instead of .sh)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 19 13:04:55 UTC 2023 - Daniel Mach <daniel.mach@suse.com>
|
||||
|
||||
|
2
osc.spec
2
osc.spec
@ -179,7 +179,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