texlive[41646] Master/install-tl: (do_postinst_stuff): --no-strict

commits+karl at tug.org commits+karl at tug.org
Wed Jul 6 23:40:16 CEST 2016


Revision: 41646
          http://tug.org/svn/texlive?view=revision&revision=41646
Author:   karl
Date:     2016-07-06 23:40:16 +0200 (Wed, 06 Jul 2016)
Log Message:
-----------
(do_postinst_stuff): --no-strict for fmtutil-sys,
per luajittex unportability. (tex-live mail from
Jared Szechy, 5 Jul 2016 10:10:44)

Modified Paths:
--------------
    trunk/Master/install-tl

Modified: trunk/Master/install-tl
===================================================================
--- trunk/Master/install-tl	2016-07-06 21:17:09 UTC (rev 41645)
+++ trunk/Master/install-tl	2016-07-06 21:40:16 UTC (rev 41646)
@@ -980,7 +980,7 @@
   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 @@
   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");
     }



More information about the tex-live-commits mailing list