summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2024-02-11 12:12:58 +0100
committerFlorian Schmaus <flow@gentoo.org>2024-02-11 12:12:58 +0100
commit067dab6059c794daae87c6f397459532af6f93fb (patch)
tree6d08b8054629075b853b23d2456a1b82998837d4 /eclass
parentapp-text/texlive-core: add 'die' when invoking "fmtutil-sys -all" (diff)
downloadtex-overlay-067dab6059c794daae87c6f397459532af6f93fb.tar.gz
tex-overlay-067dab6059c794daae87c6f397459532af6f93fb.tar.bz2
tex-overlay-067dab6059c794daae87c6f397459532af6f93fb.zip
texlive-common.eclass: add 'die' when invoking "texmf-update"
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/texlive-common.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/texlive-common.eclass b/eclass/texlive-common.eclass
index fab6ff6..eb012f2 100644
--- a/eclass/texlive-common.eclass
+++ b/eclass/texlive-common.eclass
@@ -177,7 +177,7 @@ dobin_texmf_scripts() {
etexmf-update() {
if has_version 'app-text/texlive-core' ; then
if [[ -z ${ROOT} && -x "${EPREFIX}"/usr/sbin/texmf-update ]] ; then
- "${EPREFIX}"/usr/sbin/texmf-update
+ "${EPREFIX}"/usr/sbin/texmf-update || die
else
ewarn "Cannot run texmf-update for some reason."
ewarn "Your texmf tree might be inconsistent with your configuration"