texlive[49077] Master: re-remove i386-darwin

commits+karl at tug.org commits+karl at tug.org
Sun Nov 4 19:37:57 CET 2018


Revision: 49077
          http://tug.org/svn/texlive?view=revision&revision=49077
Author:   karl
Date:     2018-11-04 19:37:57 +0100 (Sun, 04 Nov 2018)
Log Message:
-----------
re-remove i386-darwin

Modified Paths:
--------------
    trunk/Master/tlpkg/libexec/ctan2tds

Removed Paths:
-------------
    trunk/Master/bin/i386-darwin/

Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds	2018-11-04 16:04:02 UTC (rev 49076)
+++ trunk/Master/tlpkg/libexec/ctan2tds	2018-11-04 18:37:57 UTC (rev 49077)
@@ -5635,8 +5635,8 @@
   # 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 @@
     "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",



More information about the tex-live-commits mailing list