|
|
@ -59,7 +59,8 @@ the raw performance of grep with the usability of the silver searcher.
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%cargo_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 \
|
|
|
|
%{__install} -Dpm0644 -t %{buildroot}%{_datadir}/bash-completion/completions \
|
|
|
|
target/release/build/%{crate}-*/out/rg.bash
|
|
|
|
target/release/build/%{crate}-*/out/rg.bash
|
|
|
|
%{__install} -Dpm0644 -t %{buildroot}%{_datadir}/fish/vendor_functions.d \
|
|
|
|
%{__install} -Dpm0644 -t %{buildroot}%{_datadir}/fish/vendor_functions.d \
|
|
|
|