diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-02-12 10:27:07 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-02-12 10:30:11 +0100 |
commit | 080320cef7ec1f3eac489b0cff570f286417b3d5 (patch) | |
tree | d1edafaa6bd2341e040282e6c9028ed6e1e60718 | |
parent | dev-texlive/texlive-latexextra: make glossaries a PDEPEND to break dependency... (diff) | |
download | tex-overlay-080320cef7ec1f3eac489b0cff570f286417b3d5.tar.gz tex-overlay-080320cef7ec1f3eac489b0cff570f286417b3d5.tar.bz2 tex-overlay-080320cef7ec1f3eac489b0cff570f286417b3d5.zip |
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@gentoo.org>
-rw-r--r-- | app-text/texlive-core/texlive-core-2023.ebuild | 2 |
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 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," |