diff options
author | Karl Berry <karl@freefriends.org> | 2018-11-04 18:37:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-11-04 18:37:57 +0000 |
commit | 52c5fa5fd97e408e01da7adf772db57671796c92 (patch) | |
tree | 96f794067a61d4fd2ac021266e14e4ee3ae4631b /Master/tlpkg/libexec | |
parent | f2fb4f7ffdce932a8f605c0f540a9eabc3a21c43 (diff) |
re-remove i386-darwin
git-svn-id: svn://tug.org/texlive/trunk@49077 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index abd8787681e..b3184ba9cb5 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -5635,8 +5635,8 @@ sub POSTbiber { # move doc pdf. &mv_with_mkdir ("biber.pdf", $DOCDIR); - # we don't do 64-bit Windows. - &SYSTEM ("$RM biber-MSWIN64*"); + # we don't do 64-bit Windows or i386-darwin. + &SYSTEM ("$RM biber-MSWIN64* darwin_x86_i386"); # biber uses different platform names. my %tl_platform = ( @@ -5645,7 +5645,6 @@ sub POSTbiber { "cygwin32" => "i386-cygwin", "cygwin64" => "x86_64-cygwin", "darwin_x86_64" => "x86_64-darwin", - "darwin_x86_i386" => "i386-darwin", "i386-freebsd" => "i386-freebsd", "i386-pc-solaris2" => "i386-solaris", "linux_armel" => "armel-linux", |