commit: 080320cef7ec1f3eac489b0cff570f286417b3d5
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 12 09:27:07 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Feb 12 09:30:11 2024 +0000
URL: https://gitweb.gentoo.org/proj/tex-overlay.git/commit/?id=080320ce
Revert "app-text/texlive-core: add 'die' when invoking "fmtutil-sys -all""
This reverts commit 19e9754e5ce7a52dccaa0db0b07eb57bd76306e2.
So, this is in pkg_postinst where invoking die is not really
sensible. After all, the package was already successfully merged.
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
app-text/texlive-core/texlive-core-2023.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/texlive-core/texlive-core-2023.ebuild
b/app-text/texlive-core/texlive-core-2023.ebuild
index 86b92a6..644f9e4 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 || die "Failed to regenerate TeX formats"
+ fmtutil-sys --all &> /dev/null
elog
elog "If you have configuration files in ${EPREFIX}/etc/texmf to merge,"