diff options
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, |