mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
texlive-module.eclass: check if texmf-dist/doc/man exists
Closes: https://bugs.gentoo.org/931798 Closes: https://bugs.gentoo.org/931799 Closes: https://bugs.gentoo.org/931800 Closes: https://bugs.gentoo.org/931801 Closes: https://bugs.gentoo.org/931802 Closes: https://bugs.gentoo.org/931803 Closes: https://bugs.gentoo.org/931804 Closes: https://bugs.gentoo.org/931805 Closes: https://bugs.gentoo.org/931806 Closes: https://bugs.gentoo.org/931807 Closes: https://bugs.gentoo.org/931808 Closes: https://bugs.gentoo.org/931809 Closes: https://bugs.gentoo.org/931810 Closes: https://bugs.gentoo.org/931811 Closes: https://bugs.gentoo.org/931812 Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
@@ -360,7 +360,7 @@ texlive-module_src_install() {
|
||||
cp -pR texmf-doc "${ED}/usr/share/" || die
|
||||
fi
|
||||
|
||||
if ver_test -ge 2023 && [[ ${CATEGORY} == dev-texlive ]]; then
|
||||
if ver_test -ge 2023 && [[ -d texmf-dist/doc/man && ${CATEGORY} == dev-texlive ]]; then
|
||||
local texlive_core_man_pages=(
|
||||
afm2pl.1
|
||||
aleph.1
|
||||
|
||||
Reference in New Issue
Block a user