summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds5
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 723f7bc0cee..01f69e63656 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -5192,9 +5192,12 @@ sub POSTbiber {
# move doc pdf.
&mv_with_mkdir ("biber.pdf", $DOCDIR);
+ # we don't do 64-bit Windows.
+ &SYSTEM ("$RM biber-MSWIN64*");
+
# biber uses different platform names.
my %tl_platform = (
- "MSWIN" => "win32",
+ "MSWIN32" => "win32",
"amd64-freebsd" => "amd64-freebsd",
"cygwin32" => "i386-cygwin",
"cygwin64" => "x86_64-cygwin",