summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-04-12 21:55:05 +0000
committerKarl Berry <karl@freefriends.org>2018-04-12 21:55:05 +0000
commit9ac84fc191bd707b7d58e249705fca6160516077 (patch)
tree202cc31e4d992d165509a66b7793b1b9317caa53
parente151d63dcaf6d41c93040193936bc8bb364f0faf (diff)
(platfom_desc): only report through 10.9 for darwinlegacy.
git-svn-id: svn://tug.org/texlive/trunk@47454 c570f23f-e606-0410-a88d-b1316a301751
-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 ff3960faf99..76c2c847a0a 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -395,7 +395,7 @@ sub platform_desc {
'win32' => 'Windows',
'x86_64-cygwin' => 'Cygwin on x86_64',
'x86_64-darwin' => 'MacOSX current (10.10-) on x86_64',
- 'x86_64-darwinlegacy' => 'MacOSX legacy (10.6-10.10) on x86_64',
+ 'x86_64-darwinlegacy' => 'MacOSX legacy (10.6-10.9) on x86_64',
'x86_64-linux' => 'GNU/Linux on x86_64',
'x86_64-linuxmusl' => 'GNU/Linux on x86_64 with musl',
'x86_64-solaris' => 'Solaris on x86_64',