diff options
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"); } |