- Spec:
* fix destination of fish completion file to /usr/share/fish/vendor_completions.d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=326
This commit is contained in:
parent
0dabe50d6f
commit
063edd506f
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 5 08:30:46 UTC 2020 - Marco Strigl <marco.strigl@suse.com>
|
||||
|
||||
- Spec:
|
||||
* fix destination of fish completion file to /usr/share/fish/vendor_completions.d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 4 09:27:41 UTC 2020 - Marco Strigl <marco.strigl@suse.com>
|
||||
|
||||
|
2
osc.spec
2
osc.spec
@ -174,7 +174,7 @@ install -Dm0755 dist/osc.complete %{buildroot}%{_prefix}/lib/osc/complete
|
||||
install -Dm0755 dist/osc.complete %{buildroot}%{_libdir}/osc/complete
|
||||
%endif
|
||||
|
||||
install -Dm0755 osc.fish %{buildroot}%{_datadir}/fish/completions
|
||||
install -Dm0755 osc.fish %{buildroot}%{_datadir}/fish/completions/vendor_completions.d/osc.fish
|
||||
|
||||
install -m644 %{macros_file} -D %{buildroot}%{_sysconfdir}/rpm/%{macros_file}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user