From 966ba12c0e967971413ff5b13e574fb774373b14 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 12 Feb 2018 20:42:31 +0100 Subject: [PATCH] correct location for man page Signed-off-by: Igor Gnatenko --- rust-ripgrep.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \