summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2019-10-27 22:11:09 (GMT)
committerKevin Walzer <kw@codebykevin.com>2019-10-27 22:11:09 (GMT)
commit6926f5bdc9a3dcab4d1fc6bf15fd7ec9a7da4b8f (patch)
treef1e09d5c28e49e0a522ce24f60dfc2c347016f87 /macosx
parentc5aa761ded9c2393fe0eed72176f82e0d76235c9 (diff)
downloadtcl-6926f5bdc9a3dcab4d1fc6bf15fd7ec9a7da4b8f.zip
tcl-6926f5bdc9a3dcab4d1fc6bf15fd7ec9a7da4b8f.tar.gz
tcl-6926f5bdc9a3dcab4d1fc6bf15fd7ec9a7da4b8f.tar.bz2
Documentation change for auto_path on macOS
Diffstat (limited to 'macosx')
-rw-r--r--macosx/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/README b/macosx/README
index b0278b1..3662c22 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.