Skip to content

Commit

Permalink
mail-mta/postfix: do not compress man pages
Browse files Browse the repository at this point in the history
postfix set-permissions expects uncompressed man pages

Package-Manager: Portage-2.3.49, Repoman-2.3.10
  • Loading branch information
erayaslan committed Sep 21, 2018
1 parent a04cd36 commit 862db3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mail-mta/postfix/postfix-3.3.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 862db3e

Please sign in to comment.