summaryrefslogtreecommitdiffstats
path: root/macosx/README
diff options
context:
space:
mode:
authormarc_culler <marc.culler@gmail.com>2020-10-19 19:42:05 (GMT)
committermarc_culler <marc.culler@gmail.com>2020-10-19 19:42:05 (GMT)
commit61ae443d9fcf2d03327ec43fe5a0320125c2592f (patch)
treefc755d6dac97625975781e48375c6e0037a1328a /macosx/README
parent0b7c717e2ae38744c93c132854c2913a6ef76f5e (diff)
downloadtk-61ae443d9fcf2d03327ec43fe5a0320125c2592f.zip
tk-61ae443d9fcf2d03327ec43fe5a0320125c2592f.tar.gz
tk-61ae443d9fcf2d03327ec43fe5a0320125c2592f.tar.bz2
typo
Diffstat (limited to 'macosx/README')
-rw-r--r--macosx/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/README b/macosx/README
index e0316f0..3b38299 100644
--- a/macosx/README
+++ b/macosx/README
@@ -467,7 +467,7 @@ directory where the frameworks will be written. For example, running the comman
make -C macosx install-embedded SUBFRAMEWORK=1 DESTDIR=/tmp/tcltk \
DYLIB_INSTALL_DIR=/Library/Frameworks/Python.framework/Versions/3.9/Frameworks/Tk
will produce a Tcl.framework and a Tk.framework usable as subframeworks of the
-Python.framework. The frameworks will be found in /tmp/tcl/Library/Frameworks/
+Python.framework. The frameworks will be found in /tmp/tcltk/Frameworks/
5. Details regarding the macOS port of Tk.
-------------------------------------------