summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2024-02-28 10:27:07 +0100
committerFlorian Schmaus <flow@gentoo.org>2024-02-28 10:27:07 +0100
commitea44fef16780afbcf667583db5aae087eb33ca40 (patch)
tree6e72818a09cc9450828dc7c5c78fbbd9c0cde272
parentapp-text/texlive-core: tabify (diff)
downloadtex-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.ebuild5
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
+}