diff options
author | Sam James <sam@gentoo.org> | 2024-01-23 05:57:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-23 05:58:15 +0000 |
commit | 77808ecbd455e15cd577d1bde0a7b60cc7c63dac (patch) | |
tree | e69674282d8278d6c3faaf77a9c7399359c1efd4 /dev-build/automake-vanilla/automake-vanilla-1.16.5.ebuild | |
parent | sys-devel/binutils: compress slotted man & info pages (diff) | |
download | gentoo-77808ecbd455e15cd577d1bde0a7b60cc7c63dac.tar.gz gentoo-77808ecbd455e15cd577d1bde0a7b60cc7c63dac.tar.bz2 gentoo-77808ecbd455e15cd577d1bde0a7b60cc7c63dac.zip |
dev-build/automake-vanilla: 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-vanilla/automake-vanilla-1.16.5.ebuild')
-rw-r--r-- | dev-build/automake-vanilla/automake-vanilla-1.16.5.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-build/automake-vanilla/automake-vanilla-1.16.5.ebuild b/dev-build/automake-vanilla/automake-vanilla-1.16.5.ebuild index cd1806c2e420..53e70c767866 100644 --- a/dev-build/automake-vanilla/automake-vanilla-1.16.5.ebuild +++ b/dev-build/automake-vanilla/automake-vanilla-1.16.5.ebuild @@ -119,4 +119,6 @@ src_install() { newenvd - "07automake${idx}" <<-EOF INFOPATH="${MY_INFODIR}" EOF + + docompress "${MY_INFODIR}" } |