summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-11-04 18:37:57 +0000
committerKarl Berry <karl@freefriends.org>2018-11-04 18:37:57 +0000
commit52c5fa5fd97e408e01da7adf772db57671796c92 (patch)
tree96f794067a61d4fd2ac021266e14e4ee3ae4631b /Master
parentf2fb4f7ffdce932a8f605c0f540a9eabc3a21c43 (diff)
re-remove i386-darwin
git-svn-id: svn://tug.org/texlive/trunk@49077 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/bin/i386-darwin/biberbin20192087 -> 0 bytes
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds5
2 files changed, 2 insertions, 3 deletions
diff --git a/Master/bin/i386-darwin/biber b/Master/bin/i386-darwin/biber
deleted file mode 100755
index 61cece16bf2..00000000000
--- a/Master/bin/i386-darwin/biber
+++ /dev/null
Binary files differ
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",