From: Dusty Mabe Date: Mon, 30 Sep 2019 02:57:04 +0000 (-0400) Subject: rpm: use %{_bindir} X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=7c7187495c7e1e29f75061a2bd7225990b085fa0;p=gamesguru%2Fgit-remote-gcrypt.git rpm: use %{_bindir} Code review comment [1]: - /usr/bin/%{name} → %{_bindir}/%{name} [1] https://bugzilla.redhat.com/show_bug.cgi?id=1750179#c2 Signed-off-by: Dusty Mabe --- diff --git a/redhat/git-remote-gcrypt.spec b/redhat/git-remote-gcrypt.spec index 90b476f..2813fd6 100644 --- a/redhat/git-remote-gcrypt.spec +++ b/redhat/git-remote-gcrypt.spec @@ -35,7 +35,7 @@ export prefix="%{_prefix}" ./install.sh %files -/usr/bin/%{name} +%{_bindir}/%{name} %doc /usr/share/man/man1/%{name}.1.gz %changelog