summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2019-10-28 15:42:48 (GMT)
committerdgp <dgp@users.sourceforge.net>2019-10-28 15:42:48 (GMT)
commit64411e6fc2ddcd2959e752daf0b4e579b27d654b (patch)
tree4741094db9f61b206e16366c5ec3e23559fcc903 /macosx
parent341553feefd2dc7149e2013e78d7c738412ae663 (diff)
parented376003d174aa35310a9a94cb9eb1b403f8a311 (diff)
downloadtcl-64411e6fc2ddcd2959e752daf0b4e579b27d654b.zip
tcl-64411e6fc2ddcd2959e752daf0b4e579b27d654b.tar.gz
tcl-64411e6fc2ddcd2959e752daf0b4e579b27d654b.tar.bz2
merge 8.6
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 caae3e0..c944c0a 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
- $HOME/Library/Frameworks /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.