projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae85dcb
)
sys-devel/distcc: Fix pre-compressed manpages
author
Michał Górny
<mgorny@gentoo.org>
Sun, 2 Dec 2018 16:23:24 +0000
(17:23 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 2 Dec 2018 16:32:53 +0000
(17:32 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-devel/distcc/distcc-3.3.ebuild
patch
|
blob
|
history
diff --git
a/sys-devel/distcc/distcc-3.3.ebuild
b/sys-devel/distcc/distcc-3.3.ebuild
index a0caa0c8467cec83a15fddf94d34dd3d2ff29921..b958b16f65314520b77a2a344dc0e7d6113dcf19 100644
(file)
--- a/
sys-devel/distcc/distcc-3.3.ebuild
+++ b/
sys-devel/distcc/distcc-3.3.ebuild
@@
-90,7
+90,8
@@
src_configure() {
}
src_install() {
- default
+ # override GZIP_BIN to stop it from compressing manpages
+ emake DESTDIR="${D}" GZIP_BIN=false install
python_optimize
newinitd "${FILESDIR}/3.2/init" distccd