summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-04-21 16:23:10 +0000
committerKarl Berry <karl@freefriends.org>2014-04-21 16:23:10 +0000
commit7b72992eadeb826f6af15ec85034c107877c7005 (patch)
tree0ffbb6597914cc9daf37b1e87a6c91d45f33c0eb
parentc97695ed944fbddb8bc71b7fce866ccb76722c0f (diff)
look for .exe with x86_64-cygwin, like i386-cygwin
git-svn-id: svn://tug.org/texlive/trunk@33582 c570f23f-e606-0410-a88d-b1316a301751
-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