commit:     e49352c3f24dc3de7901a5fd5b644174c1fdb030
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 08:36:23 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon May 13 08:36:23 2024 +0000
URL:        https://gitweb.gentoo.org/proj/tex-overlay.git/commit/?id=e49352c3

texlive-module.eclass: sync with ::gentoo

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 eclass/texlive-module.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to