summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2019-10-27 22:24:39 (GMT)
committerKevin Walzer <kw@codebykevin.com>2019-10-27 22:24:39 (GMT)
commit3a7a8fa52a57325e21390bd87ab1983da057cfa8 (patch)
tree12b173c2133fa8ff5261e9d78cccbd999d415dbd /macosx
parent0f81a51eea61475076509c9c191b1f96f5a7fa78 (diff)
downloadtcl-3a7a8fa52a57325e21390bd87ab1983da057cfa8.zip
tcl-3a7a8fa52a57325e21390bd87ab1983da057cfa8.tar.gz
tcl-3a7a8fa52a57325e21390bd87ab1983da057cfa8.tar.bz2
Tweak README
Diffstat (limited to 'macosx')
-rw-r--r--macosx/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/README b/macosx/README
index b0278b1..caae3e0 100644
--- a/macosx/README
+++ b/macosx/README
@@ -36,8 +36,8 @@ Weak-linking is available on OS X 10.2 or later, it additionally allows Tcl
built on 10.x to run on any 10.y with x > y >= z (for a chosen z >= 2).
- Tcl extensions can be installed in any of:
- $HOME/Library/Tcl /Library/Tcl /System/Library/Tcl
- $HOME/Library/Frameworks /Library/Frameworks /System/Library/Frameworks
+ $HOME/Library/Tcl /Library/Tcl
+ $HOME/Library/Frameworks /Library/Frameworks
(searched in that order).
Given a potential package directory $pkg, Tcl on OSX checks for the file
$pkg/Resources/Scripts/pkgIndex.tcl as well as the usual $pkg/pkgIndex.tcl.
@@ -57,7 +57,7 @@ No nroff manpages are installed by default by the GNUmakefile.
- The Tcl framework can be installed in any of the system's standard
framework directories:
- $HOME/Library/Frameworks /Library/Frameworks /System/Library/Frameworks
+ $HOME/Library/Frameworks /Library/Frameworks
3. Building Tcl on Mac OS X