summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/tlpkg/TeXLive/TLTREE.pm6
-rw-r--r--Master/tlpkg/doc/packages.txt1
-rwxr-xr-x[-rw-r--r--]Master/tlpkg/installer/xz/xz.x86_64-cygwin.exebin171520 -> 171520 bytes
-rwxr-xr-x[-rw-r--r--]Master/tlpkg/installer/xz/xzdec.x86_64-cygwin.exebin72704 -> 72704 bytes
4 files changed, 4 insertions, 3 deletions
diff --git a/Master/tlpkg/TeXLive/TLTREE.pm b/Master/tlpkg/TeXLive/TLTREE.pm
index a2de867f6b8..e63e9946443 100644
--- a/Master/tlpkg/TeXLive/TLTREE.pm
+++ b/Master/tlpkg/TeXLive/TLTREE.pm
@@ -278,12 +278,12 @@ sub _get_files_matching_glob_pattern
}
}
- if ($dirpart =~ m,^bin/(win32|i386-cygwin),
+ if ($dirpart =~ m,^bin/(win[0-9|.*-cygwin),
|| $dirpart =~ m,tlpkg/installer,) {
- # for windows-iwsh we want to automatch more extensions.
+ # for windows-ish we want to automatch more extensions.
foreach my $f (@candfiles) {
my $w32_binext;
- if ($dirpart =~ m,^bin/i386-cygwin,) {
+ if ($dirpart =~ m,^bin/.*-cygwin,) {
$w32_binext = "exe"; # cygwin has .exe but nothing else
} else {
$w32_binext = "(exe|dll)(.manifest)?|texlua|bat|cmd";
diff --git a/Master/tlpkg/doc/packages.txt b/Master/tlpkg/doc/packages.txt
index f114efc9a71..024585dc48c 100644
--- a/Master/tlpkg/doc/packages.txt
+++ b/Master/tlpkg/doc/packages.txt
@@ -11,6 +11,7 @@ To add a new platform:
in the `platform' routine in TeXLive/TLUtils.pm.
- add the abbreviation to the full-name mapping in `platform_desc'.
- create directory in Master/bin and add at least one file.
+- if windows-ish (.exe extension), update list in TLTREE.pm.
- add xz, xzdec, maybe wget (update 00texlive.installer.tlpsrc if so)
binaries in Master/tlpkg/installer.
- update .tlpsrc files if necessary: most likely asymptote, biber, xindy.
diff --git a/Master/tlpkg/installer/xz/xz.x86_64-cygwin.exe b/Master/tlpkg/installer/xz/xz.x86_64-cygwin.exe
index 9eaf462b71a..9eaf462b71a 100644..100755
--- a/Master/tlpkg/installer/xz/xz.x86_64-cygwin.exe
+++ b/Master/tlpkg/installer/xz/xz.x86_64-cygwin.exe
Binary files differ
diff --git a/Master/tlpkg/installer/xz/xzdec.x86_64-cygwin.exe b/Master/tlpkg/installer/xz/xzdec.x86_64-cygwin.exe
index 069e4cd6310..069e4cd6310 100644..100755
--- a/Master/tlpkg/installer/xz/xzdec.x86_64-cygwin.exe
+++ b/Master/tlpkg/installer/xz/xzdec.x86_64-cygwin.exe
Binary files differ