aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDusty Mabe <dusty@dustymabe.com>2019-09-29 22:57:04 -0400
committerDusty Mabe <dusty@dustymabe.com>2019-10-09 20:41:27 -0400
commit7c7187495c7e1e29f75061a2bd7225990b085fa0 (patch)
tree802bc62c68af0ac6330fdf6d1ba57e50141d48c3
parent000d5d876b880aeb119294c801f35c93c17c03ca (diff)
downloadgit-remote-gcrypt-7c7187495c7e1e29f75061a2bd7225990b085fa0.tar.gz
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 <dusty@dustymabe.com>
-rw-r--r--redhat/git-remote-gcrypt.spec2
1 files changed, 1 insertions, 1 deletions
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