diff options
-rwxr-xr-x | Master/bin/i386-darwin/biber | bin | 20192087 -> 0 bytes | |||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 5 |
2 files changed, 2 insertions, 3 deletions
diff --git a/Master/bin/i386-darwin/biber b/Master/bin/i386-darwin/biber Binary files differdeleted file mode 100755 index 61cece16bf2..00000000000 --- a/Master/bin/i386-darwin/biber +++ /dev/null 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", |