correct location for man page

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent 68eda32de3
commit 966ba12c0e
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -59,7 +59,8 @@ the raw performance of grep with the usability of the silver searcher.
%install
%cargo_install
%{__install} -Dpm0644 -t %{buildroot}%{_mandir}/man1 doc/rg.1
%{__install} -Dpm0644 -t %{buildroot}%{_mandir}/man1 \
target/release/build/%{crate}-*/out/rg.1
%{__install} -Dpm0644 -t %{buildroot}%{_datadir}/bash-completion/completions \
target/release/build/%{crate}-*/out/rg.bash
%{__install} -Dpm0644 -t %{buildroot}%{_datadir}/fish/vendor_functions.d \

Loading…
Cancel
Save