diff options
-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," |