summaryrefslogtreecommitdiff
path: root/office/texlive-extra/doinst.sh
diff options
context:
space:
mode:
authorJohannes Schoepfer <slackbuilds@schoepfer.info>2019-06-29 07:49:21 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-06-29 07:49:21 +0700
commit05eefea0784239b74dd5b9cb94c4127ccd26aefa (patch)
tree3bb679e6e04fbde11d0abdfbaf176620a5b33bf1 /office/texlive-extra/doinst.sh
parentb06a45f5ce51699d2771bf1ba3cdf385a688b493 (diff)
downloadslackbuilds-05eefea0784239b74dd5b9cb94c4127ccd26aefa.tar.gz
office/texlive-extra: Updated for version 2019.190626.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/texlive-extra/doinst.sh')
-rw-r--r--office/texlive-extra/doinst.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/office/texlive-extra/doinst.sh b/office/texlive-extra/doinst.sh
index 6bd3d2a58e..f3b57a1c9c 100644
--- a/office/texlive-extra/doinst.sh
+++ b/office/texlive-extra/doinst.sh
@@ -1,3 +1,5 @@
chroot . /usr/bin/mktexlsr 1>/dev/null 2>/dev/null
printf "y\n" | chroot . /usr/bin/updmap-sys --syncwithtrees 1>/dev/null 2>/dev/null
-chroot . /usr/bin/updmap-sys 1>/dev/null 2>/dev/null
+cp usr/share/texmf-dist/web2c/updmap.cfg.extra usr/share/texmf-dist/web2c/updmap.cfg.extra.tmp
+chroot . /usr/bin/updmap-sys --cnffile /usr/share/texmf-dist/web2c/updmap.cfg --cnffile /usr/share/texmf-dist/web2c/updmap.cfg.extra 1>/dev/null 2>/dev/null
+mv usr/share/texmf-dist/web2c/updmap.cfg.extra.tmp usr/share/texmf-dist/web2c/updmap.cfg.extra