diff options
author | Karl Berry <karl@freefriends.org> | 2016-07-06 21:40:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-07-06 21:40:16 +0000 |
commit | 63b1e70cedc70a467df07cea997e64ef1dd64d1b (patch) | |
tree | 6a9027e11636d64278958ccc4df6e74b5ea2d908 /Master | |
parent | bb19335bcb43f21d55318179e752a6e9198e5d6f (diff) |
(do_postinst_stuff): --no-strict for fmtutil-sys,
per luajittex unportability. (tex-live mail from
Jared Szechy, 5 Jul 2016 10:10:44)
git-svn-id: svn://tug.org/texlive/trunk@41646 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/install-tl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/install-tl b/Master/install-tl index 5bac6e2bdbf..238a5e12341 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -980,7 +980,7 @@ operations might be disturbed.\n\n"; TeXLive::TLUtils::create_fmtutil($usedtlpdb, "$TEXDIR/texmf-dist/web2c/fmtutil.cnf"); - # warn if fmtutil-local.cnf is presetn + # warn if fmtutil-local.cnf is present if (-r "$TEXMFLOCAL/web2c/fmtutil-local.cnf") { tlwarn("Old configuration file $TEXMFLOCAL/web2c/fmtutil-local.cnf found.\n"); tlwarn("fmtutil now reads *all* fmtutil.cnf files, so probably the easiest way\nis to rename the above file to $TEXMFLOCAL/web2c/fmtutil.cnf\n"); @@ -1040,7 +1040,8 @@ operations might be disturbed.\n\n"; if ($vars{'option_fmt'}) { if (-x "$plat_bindir/fmtutil-sys$progext") { info("pre-generating all format files, be patient...\n"); - $errcount += run_postinst_cmd("fmtutil-sys $common_fmtutil_args --all"); + $errcount += run_postinst_cmd( + "fmtutil-sys $common_fmtutil_args --no-strict --all"); } else { info("not running fmtutil-sys (not installed)\n"); } |