diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-05-13 10:36:23 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-05-13 10:36:23 +0200 |
commit | e49352c3f24dc3de7901a5fd5b644174c1fdb030 (patch) | |
tree | fd7ffc1ff3d2f5f7bccb8379bc87065f14067e84 | |
parent | texlive-module.eclass: sync with ::gentoo (diff) | |
download | tex-overlay-e49352c3f24dc3de7901a5fd5b644174c1fdb030.tar.gz tex-overlay-e49352c3f24dc3de7901a5fd5b644174c1fdb030.tar.bz2 tex-overlay-e49352c3f24dc3de7901a5fd5b644174c1fdb030.zip |
texlive-module.eclass: sync with ::gentoo
Signed-off-by: Florian Schmaus <flow@gentoo.org>
-rw-r--r-- | eclass/texlive-module.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/texlive-module.eclass b/eclass/texlive-module.eclass index da33e25..0daca41 100644 --- a/eclass/texlive-module.eclass +++ b/eclass/texlive-module.eclass @@ -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 |