From 7c7187495c7e1e29f75061a2bd7225990b085fa0 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Sun, 29 Sep 2019 22:57:04 -0400 Subject: rpm: use %{_bindir} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- redhat/git-remote-gcrypt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3