summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2024-02-29 14:39:18 +0100
committerFlorian Schmaus <flow@gentoo.org>2024-02-29 14:39:18 +0100
commit58a6197c998321bce1c47b38d930847039af64c9 (patch)
treecf7489fe43fbc86e84a66b970a08f41039ba3129 /app-text
parentdev-texlive/texlive-humanities: adjust rm path (diff)
downloadtex-overlay-58a6197c998321bce1c47b38d930847039af64c9.tar.gz
tex-overlay-58a6197c998321bce1c47b38d930847039af64c9.tar.bz2
tex-overlay-58a6197c998321bce1c47b38d930847039af64c9.zip
*/*: drop --ignore-errors, use nonftal
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/texlive-core/texlive-core-2023.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/texlive-core/texlive-core-2023.ebuild b/app-text/texlive-core/texlive-core-2023.ebuild
index 6205862..0e13faf 100644
--- a/app-text/texlive-core/texlive-core-2023.ebuild
+++ b/app-text/texlive-core/texlive-core-2023.ebuild
@@ -460,9 +460,9 @@ pkg_postinst() {
# texlive-core.
# TODO: Research the rationale of calling etexmf-update and
- # eftmutil-sys here and the reasons why it fails.
- etexmf-update --ignore-errors
- efmtutil-sys --ignore-errors
+ # eftmutil-sys here and the reasons why it sometimes fails.
+ nonfatal etexmf-update
+ nonfatal efmtutil-sys
elog
elog "If you have configuration files in ${EPREFIX}/etc/texmf to merge,"