1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-09 22:36:14 +01:00

Move osc.fish under dist/

This commit is contained in:
Daniel Mach 2022-08-12 13:18:08 +02:00
parent ca194b5e69
commit 65e0c13119
2 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ install -d %{buildroot}%{_sharedstatedir}/osc-plugins
install -Dm0755 dist/osc.complete %{buildroot}%{_datadir}/osc/complete
install -Dm0644 dist/complete.csh %{buildroot}%{completion_dir_csh}/osc.csh
install -Dm0644 dist/complete.sh %{buildroot}%{completion_dir_bash}/osc.sh
install -Dm0644 osc.fish %{buildroot}%{completion_dir_fish}/osc.fish
install -Dm0644 dist/osc.fish %{buildroot}%{completion_dir_fish}/osc.fish
# install rpm macros
install -Dm0644 macros.osc %{buildroot}%{_rpmmacrodir}/macros.osc

View File