mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
@@ -100,4 +100,6 @@ src_install() {
|
||||
newenvd - "07automake${idx}" <<-EOF
|
||||
INFOPATH="${MY_INFODIR}"
|
||||
EOF
|
||||
|
||||
docompress "${MY_INFODIR}"
|
||||
}
|
||||
|
||||
@@ -111,4 +111,6 @@ src_install() {
|
||||
newenvd - "07automake${idx}" <<-EOF
|
||||
INFOPATH="${MY_INFODIR}"
|
||||
EOF
|
||||
|
||||
docompress "${MY_INFODIR}"
|
||||
}
|
||||
|
||||
@@ -119,4 +119,6 @@ src_install() {
|
||||
newenvd - "07automake${idx}" <<-EOF
|
||||
INFOPATH="${MY_INFODIR}"
|
||||
EOF
|
||||
|
||||
docompress "${MY_INFODIR}"
|
||||
}
|
||||
|
||||
@@ -115,4 +115,6 @@ src_install() {
|
||||
newenvd - "07automake${idx}" <<-EOF
|
||||
INFOPATH="${MY_INFODIR}"
|
||||
EOF
|
||||
|
||||
docompress "${MY_INFODIR}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user