commit: ea44fef16780afbcf667583db5aae087eb33ca40 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Wed Feb 28 09:27:07 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Wed Feb 28 09:27:07 2024 +0000 URL: https://gitweb.gentoo.org/proj/tex-overlay.git/commit/?id=ea44fef1
dev-texlive/texlive-binextra: add keepdir Closes: https://bugs.gentoo.org/925681 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> dev-texlive/texlive-binextra/texlive-binextra-2023_p69527.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-texlive/texlive-binextra/texlive-binextra-2023_p69527.ebuild b/dev-texlive/texlive-binextra/texlive-binextra-2023_p69527.ebuild index 0573093..decdc08 100644 --- a/dev-texlive/texlive-binextra/texlive-binextra-2023_p69527.ebuild +++ b/dev-texlive/texlive-binextra/texlive-binextra-2023_p69527.ebuild @@ -312,3 +312,8 @@ TEXLIVE_MODULE_BINLINKS=" pdfcrop:rpdfcrop texdef:latexdef " + +src_install() { + texlive-module_src_install + keepdir /var/lib/texmf/web2c +}
