texlive[67045] Master/tlpkg/bin/tl-update-lmtx-bin: copy

commits+karl at tug.org commits+karl at tug.org
Sun May 7 21:49:20 CEST 2023


Revision: 67045
          http://tug.org/svn/texlive?view=revision&revision=67045
Author:   karl
Date:     2023-05-07 21:49:20 +0200 (Sun, 07 May 2023)
Log Message:
-----------
copy luametatex.exe to context.exe and
mtxrun.exe for Windows.

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/tl-update-lmtx-bin

Modified: trunk/Master/tlpkg/bin/tl-update-lmtx-bin
===================================================================
--- trunk/Master/tlpkg/bin/tl-update-lmtx-bin	2023-05-07 19:25:52 UTC (rev 67044)
+++ trunk/Master/tlpkg/bin/tl-update-lmtx-bin	2023-05-07 19:49:20 UTC (rev 67045)
@@ -36,6 +36,10 @@
   if wget -nv $url -O lmtx.new; then
     mv lmtx.new $binfile || exit 1
     echo "$tlplat/$binfile updated"
+    if $tlplat = windows; then;
+      cp -p $binfile context.exe
+      cp -p $binfile mtxrun.exe
+    fi
   else
     echo "$0: goodbye, wget failed: $url" >&2
     exit 1



More information about the tex-live-commits mailing list.