projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53286f2
)
net-libs/miniupnpc: Prevent installing .gz manpage
author
Michał Górny
<mgorny@gentoo.org>
Sun, 4 Feb 2018 08:27:02 +0000
(09:27 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 4 Feb 2018 08:44:33 +0000
(09:44 +0100)
net-libs/miniupnpc/miniupnpc-2.0.20180203.ebuild
patch
|
blob
|
history
diff --git
a/net-libs/miniupnpc/miniupnpc-2.0.20180203.ebuild
b/net-libs/miniupnpc/miniupnpc-2.0.20180203.ebuild
index cbf864670b197fb0829cdfeacd2a11e2d8e47303..3a1c24a1b100bdf5771b29f8bc455b6c8c8c9e5d 100644
(file)
--- a/
net-libs/miniupnpc/miniupnpc-2.0.20180203.ebuild
+++ b/
net-libs/miniupnpc/miniupnpc-2.0.20180203.ebuild
@@
-22,6
+22,8
@@
src_prepare() {
# These bins are not installed, upnpc-static requires building static lib
sed -i -e '/EXECUTABLES =/s/ upnpc-static listdevices//' Makefile || die
+ # Prevent gzipping manpage.
+ sed -i -e '/gzip/d' Makefile || die
if ! use static-libs; then
sed -i \