summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLUtils.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/TeXLive/TLUtils.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm6
1 files changed, 1 insertions, 5 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index f97acd82e05..c53cf239dfb 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -308,15 +308,11 @@ sub platform_name {
}
if ($OS eq "darwin") {
- # We have a variety of Mac binary sets.
+ # We have two versions of Mac binary sets.
# 10.10/Yosemite and newer:
# -> x86_64-darwin [MacTeX]
# 10.6/Snow Leopard through 10.9/Mavericks:
# -> x86_64-darwinlegacy if 64-bit
- # -> i386-darwin otherwise
- # 10.5/Leopard:
- # -> i386-darwin if x86
- # -> powerpc-darwin if ppc
#
# (BTW, uname -r numbers are larger by 4 than the minor version.
# We don't use uname numbers here.)