summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-23 05:54:52 +0000
committerSam James <sam@gentoo.org>2024-01-23 05:58:14 +0000
commitfd7aa5622003aa9f300fb6b68afcb46ad5f02d00 (patch)
treea3491bfa563ff5be275dc00dfe704efeaf8ff97b /dev-build/automake/automake-1.11.6-r4.ebuild
parenttoolchain.eclass: compress slotted man pages & info pages (diff)
downloadgentoo-fd7aa5622003aa9f300fb6b68afcb46ad5f02d00.tar.gz
gentoo-fd7aa5622003aa9f300fb6b68afcb46ad5f02d00.tar.bz2
gentoo-fd7aa5622003aa9f300fb6b68afcb46ad5f02d00.zip
dev-build/automake: compress slotted info pages
As noted in the bug, we install to a different location to accommodate slotting and hence do not benefit from the automagic compression for /usr/share/doc. Explicitly opt-in for the info pages we install. Bug: https://bugs.gentoo.org/922729 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-build/automake/automake-1.11.6-r4.ebuild')
-rw-r--r--dev-build/automake/automake-1.11.6-r4.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-build/automake/automake-1.11.6-r4.ebuild b/dev-build/automake/automake-1.11.6-r4.ebuild
index 63adb6b1358a..ce79acae9463 100644
--- a/dev-build/automake/automake-1.11.6-r4.ebuild
+++ b/dev-build/automake/automake-1.11.6-r4.ebuild
@@ -88,4 +88,6 @@ src_install() {
newenvd - "06automake${idx}" <<-EOF
INFOPATH="${MY_INFODIR}"
EOF
+
+ docompress "${MY_INFODIR}"
}