diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-02-28 10:27:07 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-02-28 10:27:07 +0100 |
commit | ea44fef16780afbcf667583db5aae087eb33ca40 (patch) | |
tree | 6e72818a09cc9450828dc7c5c78fbbd9c0cde272 | |
parent | app-text/texlive-core: tabify (diff) | |
download | tex-overlay-ea44fef16780afbcf667583db5aae087eb33ca40.tar.gz tex-overlay-ea44fef16780afbcf667583db5aae087eb33ca40.tar.bz2 tex-overlay-ea44fef16780afbcf667583db5aae087eb33ca40.zip |
dev-texlive/texlive-binextra: add keepdir
Closes: https://bugs.gentoo.org/925681
Signed-off-by: Florian Schmaus <flow@gentoo.org>
-rw-r--r-- | dev-texlive/texlive-binextra/texlive-binextra-2023_p69527.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
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 +} |