diff options
author | Karl Berry <karl@freefriends.org> | 2014-04-21 16:23:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-04-21 16:23:10 +0000 |
commit | 7b72992eadeb826f6af15ec85034c107877c7005 (patch) | |
tree | 0ffbb6597914cc9daf37b1e87a6c91d45f33c0eb /Master/tlpkg | |
parent | c97695ed944fbddb8bc71b7fce866ccb76722c0f (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
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/TeXLive/TLTREE.pm | 6 | ||||
-rw-r--r-- | Master/tlpkg/doc/packages.txt | 1 | ||||
-rwxr-xr-x[-rw-r--r--] | Master/tlpkg/installer/xz/xz.x86_64-cygwin.exe | bin | 171520 -> 171520 bytes | |||
-rwxr-xr-x[-rw-r--r--] | Master/tlpkg/installer/xz/xzdec.x86_64-cygwin.exe | bin | 72704 -> 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 Binary files differindex 9eaf462b71a..9eaf462b71a 100644..100755 --- a/Master/tlpkg/installer/xz/xz.x86_64-cygwin.exe +++ b/Master/tlpkg/installer/xz/xz.x86_64-cygwin.exe diff --git a/Master/tlpkg/installer/xz/xzdec.x86_64-cygwin.exe b/Master/tlpkg/installer/xz/xzdec.x86_64-cygwin.exe Binary files differindex 069e4cd6310..069e4cd6310 100644..100755 --- a/Master/tlpkg/installer/xz/xzdec.x86_64-cygwin.exe +++ b/Master/tlpkg/installer/xz/xzdec.x86_64-cygwin.exe |