summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index 855877d5a73..95c6a71efa1 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -172,7 +172,7 @@ sub platform {
# /etc/fstab for ISO9660 file systems.
my $guessed_platform=`/bin/sh $config_guess`;
chomp $guessed_platform;
- $guessed_platform=~s/^x86_64-(.*)-freebsd$/amd64-$1-freebsd/;
+ $guessed_platform=~s/^x86_64-(.*)-freebsd/amd64-$1-freebsd/;
($CPU=$guessed_platform)=~s/(.*?)-.*/$1/;
$CPU =~ s/^alpha(.*)/alpha/;
foreach my $os (@OSs) {