From 63b1e70cedc70a467df07cea997e64ef1dd64d1b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 6 Jul 2016 21:40:16 +0000 Subject: (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 --- Master/install-tl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Master') 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"); } -- cgit v1.2.3