1
0
forked from pool/osc
* 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:
Marco Strigl 2020-03-05 08:34:32 +00:00 committed by Git OBS Bridge
parent 0dabe50d6f
commit 063edd506f
2 changed files with 7 additions and 1 deletions

View File

@ -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>

View File

@ -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}