diff options
author | Mojca Miklavec <mojca.miklavec@gmail.com> | 2017-04-17 07:13:35 +0000 |
---|---|---|
committer | Mojca Miklavec <mojca.miklavec@gmail.com> | 2017-04-17 07:13:35 +0000 |
commit | 2f0ace9a270334353f0f3c3dbf73c93dec45a33a (patch) | |
tree | 7385172bc86d8c99474ed1abd90cdb7f42ad912e /Master/tlpkg/TeXLive | |
parent | be81b2b6c894f88281c687a8ee37033c7350f3d1 (diff) |
fix comment: no support for Mac OS X older than 10.5
git-svn-id: svn://tug.org/texlive/trunk@43888 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 56ca159a83e..31bb0ba818f 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -292,13 +292,13 @@ sub platform_name { # 10.6/Snow Leopard through 10.9/Mavericks: # -> x86_64-darwinlegacy if 64-bit # -> i386-darwin otherwise - # 10.5/Leopard and older: + # 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.) - # + # my $mactex_version = 10; # this will change in the future. # # Most robust approach is apparently to check sw_vers (os version, |