summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-11-24 23:54:41 +0000
committerKarl Berry <karl@freefriends.org>2017-11-24 23:54:41 +0000
commitce9c44d9b949db1bae3226397fc4025c1a29722a (patch)
treec6f174a1f9fccaae1bb39aee3b5192e259bbe953 /Master/tlpkg
parent39dc5cdbdf0c89c978293f541900e89a11db8de9 (diff)
copy x86_64-darwin/biber, not i386-darwin/biber (mojca 24 Nov 2017 08:09:56)
git-svn-id: svn://tug.org/texlive/trunk@45899 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index f1ca33138a9..655869509d1 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -5518,7 +5518,7 @@ sub POSTbiber {
my $topbin = "$TOPDEST/bin";
my $legacybin = "$topbin/x86_64-darwinlegacy";
&xmkdir ($legacybin);
- &SYSTEM ("$CP $topbin/i386-darwin/biber $legacybin/biber");
+ &SYSTEM ("$CP $topbin/x86_64-darwin/biber $legacybin/biber");
# don't keep binary archives around in Master tree.
&SYSTEM ("$RM biber[-.]*");