projects
/
gamesguru
/
git-remote-gcrypt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
000d5d8
)
rpm: use %{_bindir}
author
Dusty Mabe
<dusty@dustymabe.com>
Mon, 30 Sep 2019 02:57:04 +0000
(22:57 -0400)
committer
Dusty Mabe
<dusty@dustymabe.com>
Thu, 10 Oct 2019 00:41:27 +0000
(20:41 -0400)
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>
redhat/git-remote-gcrypt.spec
patch
|
blob
|
history
diff --git
a/redhat/git-remote-gcrypt.spec
b/redhat/git-remote-gcrypt.spec
index 90b476fd50791af0d89126328ca0238232a7450a..2813fd678f5a61bafebc2b43ba00b258a4183998 100644
(file)
--- 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