summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2024-02-11 12:12:02 +0100
committerFlorian Schmaus <flow@gentoo.org>2024-02-11 12:12:02 +0100
commit19e9754e5ce7a52dccaa0db0b07eb57bd76306e2 (patch)
tree8a28f4e1bda3f70c15de7ded029889adf51246b3
parent*/*: super texlive bump (diff)
downloadtex-overlay-19e9754e5ce7a52dccaa0db0b07eb57bd76306e2.tar.gz
tex-overlay-19e9754e5ce7a52dccaa0db0b07eb57bd76306e2.tar.bz2
tex-overlay-19e9754e5ce7a52dccaa0db0b07eb57bd76306e2.zip
app-text/texlive-core: add 'die' when invoking "fmtutil-sys -all"
Signed-off-by: Florian Schmaus <flow@gentoo.org>
-rw-r--r--app-text/texlive-core/texlive-core-2023.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/texlive-core/texlive-core-2023.ebuild b/app-text/texlive-core/texlive-core-2023.ebuild
index 644f9e4..86b92a6 100644
--- a/app-text/texlive-core/texlive-core-2023.ebuild
+++ b/app-text/texlive-core/texlive-core-2023.ebuild
@@ -743,7 +743,7 @@ pkg_postinst() {
etexmf-update
einfo "Regenerating TeX formats"
- fmtutil-sys --all &> /dev/null
+ fmtutil-sys --all &> /dev/null || die "Failed to regenerate TeX formats"
elog
elog "If you have configuration files in ${EPREFIX}/etc/texmf to merge,"