diff options
author | Karl Berry <karl@freefriends.org> | 2014-07-10 22:25:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-07-10 22:25:46 +0000 |
commit | 9d873d38a1851e5efb981914bddc8dbbd6e7f2c8 (patch) | |
tree | 95e99d4ca4c1460d688bb941c98ad89dbc890026 | |
parent | 129d2cc768c22ae0682f02582aa8bfaccdd649fe (diff) |
try running updmap-sys in the test install (since
install-tl ignores failures); else bad map files,
etc., will not be caught.
http://tug.org/pipermail/tex-live/2014-July/035708.html
git-svn-id: svn://tug.org/texlive/trunk@34568 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlnet | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet index 91c80e7a485..481f75c3d17 100755 --- a/Master/tlpkg/bin/tl-update-tlnet +++ b/Master/tlpkg/bin/tl-update-tlnet @@ -187,6 +187,7 @@ fi if test $failure = false; then for cmd in \ "$tltryinst/$yyyy/bin/*/tlmgr --repository $tltry update --list" \ + "$tltryinst/$yyyy/bin/*/updmap-sys" \ "$Master/tlpkg/bin/check-tlnet-consistency --location=$tltry" \ "$Master/tlpkg/bin/tl-compare-tlpdbs $critical $tltry/tlpkg/texlive.tlpdb" \ ; do |