texlive[48361] Master/texmf-dist/scripts/texlive: mtxrun require

commits+karl at tug.org commits+karl at tug.org
Mon Aug 6 23:44:40 CEST 2018


Revision: 48361
          http://tug.org/svn/texlive?view=revision&revision=48361
Author:   karl
Date:     2018-08-06 23:44:39 +0200 (Mon, 06 Aug 2018)
Log Message:
-----------
mtxrun require texlua not luatex

Modified Paths:
--------------
    trunk/Master/texmf-dist/scripts/texlive/NEWS
    trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl

Modified: trunk/Master/texmf-dist/scripts/texlive/NEWS
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/NEWS	2018-08-06 20:57:27 UTC (rev 48360)
+++ trunk/Master/texmf-dist/scripts/texlive/NEWS	2018-08-06 21:44:39 UTC (rev 48361)
@@ -1,15 +1,16 @@
 (This file public domain.  Originally written by Norbert Preining and
 Karl Berry, 2010.)
 
-<p><b>tlmgr NNNNN (released DDmmmYY):</b>
+<li>only run mtxrun if luatex is available.
+
+<p><b>tlmgr 48271 (released 25jul18):</b>
+<li>prefer system provided binaries over TL provided binaries for
+  compressor and download programs.
 <li>tlmgr info now allows listing only packages from the remote 
   repository using <tt>--only-remote</tt>.
 <li>further checks on downloaded signature files to reduce
   spurious warnings.
-<li>prefer system provided binaries over TL provided binaries for
-  compressor and download programs.
 <li>save alias information from TeX Catalogue.
-<li>only run mtxrun if luatex is available.
 
 <p><b>tlmgr 47951 (released 07jun18):</b>
 <li>Backup removal for non-xz.

Modified: trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2018-08-06 20:57:27 UTC (rev 48360)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2018-08-06 21:44:39 UTC (rev 48361)
@@ -850,7 +850,7 @@
   if ($::files_changed) {
     $errors += do_cmd_and_check("mktexlsr");
     if (defined($localtlpdb->get_package('context'))
-	    && (-x "$bindir/luatex" || -x "$bindir/luatex.exe")) {
+	    && (-x "$bindir/texlua" || -x "$bindir/texlua.exe")) {
       $errors += do_cmd_and_check("mtxrun --generate");
     }
     $::files_changed = 0;



More information about the tex-live-commits mailing list