dev-java/openjdk: compress manpages

Bug: https://bugs.gentoo.org/922741
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Part-of: https://github.com/gentoo/gentoo/pull/42444
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Volkmar W. Pogatzki
2025-06-18 09:08:52 +02:00
committed by Florian Schmaus
parent b251742a82
commit ded4ed565c
5 changed files with 15 additions and 0 deletions

View File

@@ -272,6 +272,9 @@ src_install() {
local dest="/usr/$(get_libdir)/${PN}-${SLOT}"
local ddest="${ED}/${dest#/}"
# https://bugs.gentoo.org/922741
docompress "${dest}/man"
cd "${S}"/build/*-release/images/jdk || die
# Create files used as storage for system preferences.

View File

@@ -278,6 +278,9 @@ src_install() {
local dest="/usr/$(get_libdir)/${PN}-${SLOT}"
local ddest="${ED}/${dest#/}"
# https://bugs.gentoo.org/922741
docompress "${dest}/man"
cd "${S}"/build/*-release/images/jdk || die
# Create files used as storage for system preferences.

View File

@@ -283,6 +283,9 @@ src_install() {
local dest="/usr/$(get_libdir)/${PN}-${SLOT}"
local ddest="${ED}/${dest#/}"
# https://bugs.gentoo.org/922741
docompress "${dest}/man"
cd "${S}"/build/*-release/images/jdk || die
# Create files used as storage for system preferences.

View File

@@ -281,6 +281,9 @@ src_install() {
local dest="/usr/$(get_libdir)/${PN}-${SLOT}"
local ddest="${ED}/${dest#/}"
# https://bugs.gentoo.org/922741
docompress "${dest}/man"
cd "${S}"/build/*-release/images/jdk || die
# Create files used as storage for system preferences.

View File

@@ -257,6 +257,9 @@ src_install() {
local dest="/usr/$(get_libdir)/${PN}-${SLOT}"
local ddest="${ED}/${dest#/}"
# https://bugs.gentoo.org/922741
docompress "${dest}/man"
cd "${S}"/build/*-release/images/j2sdk-image || die
if ! use alsa; then