summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2018-09-21 11:29:19 +0300
committerEray Aslan <eras@gentoo.org>2018-09-21 11:29:19 +0300
commit862db3ef9da490b4caf0795a2ee491e8ea3f3b64 (patch)
tree8aece57d51aecdf795bb1826b4e45013544e4622 /mail-mta
parentmedia-libs/libde265: amd64 stable wrt bug #665520 (diff)
downloadgentoo-862db3ef9da490b4caf0795a2ee491e8ea3f3b64.tar.gz
gentoo-862db3ef9da490b4caf0795a2ee491e8ea3f3b64.tar.bz2
gentoo-862db3ef9da490b4caf0795a2ee491e8ea3f3b64.zip
mail-mta/postfix: do not compress man pages
postfix set-permissions expects uncompressed man pages Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/postfix/postfix-3.3.1-r1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail-mta/postfix/postfix-3.3.1-r1.ebuild b/mail-mta/postfix/postfix-3.3.1-r1.ebuild
index 709c71b12f5c..5877435ec85a 100644
--- a/mail-mta/postfix/postfix-3.3.1-r1.ebuild
+++ b/mail-mta/postfix/postfix-3.3.1-r1.ebuild
@@ -252,6 +252,8 @@ src_install () {
dodoc *README COMPATIBILITY HISTORY PORTING RELEASE_NOTES*
mv "${S}"/examples "${D}"/usr/share/doc/${PF}/
+ # postfix set-permissions expects uncompressed man files
+ docompress -x /usr/share/man
pamd_mimic_system smtp auth account
@@ -282,7 +284,7 @@ pkg_postinst() {
fi
# check and fix file permissions
- "${EROOT}"/usr/sbin/postfix set-permissions 2>/dev/null
+ "${EROOT}"/usr/sbin/postfix set-permissions
# configure tls
if use ssl ; then