summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-03-06 22:29:54 +0000
committerKarl Berry <karl@freefriends.org>2023-03-06 22:29:54 +0000
commitf6e6f59a409effaf942afb2b26bd4b4f65d9b8db (patch)
treef61e69b1231a0a21deb4ae303316d9a30bff72b5 /Master/tlpkg
parent6b55d88293fd8665fbdecde56bb693157fac7f35 (diff)
biber 2.19 (6mar23)
git-svn-id: svn://tug.org/texlive/trunk@66402 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds7
1 files changed, 2 insertions, 5 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 3c96b9fec3b..459790f22a2 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -6415,12 +6415,10 @@ sub POSTbiber {
# move doc pdf.
&mv_with_mkdir ("$package.pdf", $DOCDIR);
- # we don't do 64-bit Windows, etc.
- &SYSTEM ("$RM biber-MSWIN64* biber-darwin_arm*");
-
# biber uses different platform names.
my %tl_platform = (
"MSWIN32" => "win32",
+ "MSWIN64" => "windows",
"amd64-freebsd" => "amd64-freebsd",
"cygwin_i386" => "i386-cygwin",
"cygwin_x86_64" => "x86_64-cygwin",
@@ -6440,8 +6438,7 @@ sub POSTbiber {
# handle the prebuilt binaries, which are zipped or tarred.
for my $archive (sort (<$package-*>)) {
- next if $archive =~ /MSWIN64/; # only 32-bit windows
- next if $archive =~ /freebsd[^7]\./; # we only want freebsd7
+ next if $archive =~ /MSWIN32/; # only 64-bit windows
# Put the executable in the Master bin directory.
# biber-2.18-1-MSWIN64.zip -> MSWIN64