From 2090f6568ccf19ae10e4520b56163048819e42ba Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Tue, 11 Jun 2019 19:32:11 +0300 Subject: [PATCH] app-text/texlive-core: Drop forced die on fmtutil-sys This should not *always* die as formats may not exist yet Closes: https://bugs.gentoo.org/687866 Signed-off-by: Mikle Kolyada Package-Manager: Portage-2.3.66, Repoman-2.3.11 --- app-text/texlive-core/texlive-core-2019-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/texlive-core/texlive-core-2019-r3.ebuild b/app-text/texlive-core/texlive-core-2019-r3.ebuild index 9d69be1de7ff..6c3e6dd09a6f 100644 --- a/app-text/texlive-core/texlive-core-2019-r3.ebuild +++ b/app-text/texlive-core/texlive-core-2019-r3.ebuild @@ -330,7 +330,7 @@ pkg_postinst() { etexmf-update einfo "Regenerating TeX formats" - fmtutil-sys --all &> /dev/null || die + fmtutil-sys --all &> /dev/null elog elog "If you have configuration files in ${EPREFIX}/etc/texmf to merge," -- 2.26.2