diff --git a/rust-ripgrep.spec b/rust-ripgrep.spec index fa38e46..112ba95 100644 --- a/rust-ripgrep.spec +++ b/rust-ripgrep.spec @@ -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 \