From 7ae59feaac31579e410865a361d426329c3f76e4 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 6 Aug 2018 21:44:39 +0000 Subject: mtxrun require texlua not luatex git-svn-id: svn://tug.org/texlive/trunk@48361 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/texlive/NEWS | 9 +++++---- Master/texmf-dist/scripts/texlive/tlmgr.pl | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/scripts/texlive/NEWS b/Master/texmf-dist/scripts/texlive/NEWS index 522fcec34af..1e7c14ae772 100644 --- a/Master/texmf-dist/scripts/texlive/NEWS +++ b/Master/texmf-dist/scripts/texlive/NEWS @@ -1,15 +1,16 @@ (This file public domain. Originally written by Norbert Preining and Karl Berry, 2010.) -

tlmgr NNNNN (released DDmmmYY): +

  • only run mtxrun if luatex is available. + +

    tlmgr 48271 (released 25jul18): +

  • prefer system provided binaries over TL provided binaries for + compressor and download programs.
  • tlmgr info now allows listing only packages from the remote repository using --only-remote.
  • further checks on downloaded signature files to reduce spurious warnings. -
  • prefer system provided binaries over TL provided binaries for - compressor and download programs.
  • save alias information from TeX Catalogue. -
  • only run mtxrun if luatex is available.

    tlmgr 47951 (released 07jun18):

  • Backup removal for non-xz. diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index 6186f921a8c..b88b057111e 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -850,7 +850,7 @@ sub handle_execute_actions { 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; -- cgit v1.2.3