summaryrefslogtreecommitdiffstats
path: root/Mac/OSX/Makefile
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-12-25 22:31:28 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-12-25 22:31:28 (GMT)
commitcfe28362fb9b7732e8781e8af7ed923a8ac8d517 (patch)
treed2a350f7d155e95521c1d059378fff50bc784221 /Mac/OSX/Makefile
parente11b510a5b35378572aca75dae7e9174756da5da (diff)
downloadcpython-cfe28362fb9b7732e8781e8af7ed923a8ac8d517.zip
cpython-cfe28362fb9b7732e8781e8af7ed923a8ac8d517.tar.gz
cpython-cfe28362fb9b7732e8781e8af7ed923a8ac8d517.tar.bz2
Changed folder name for apps from Python to MacPython-$(VERSION) (for a
normal 2.3 framework install) and MacPython-OSX-$(VERSION) (for the experimental Jaguar addon install).
Diffstat (limited to 'Mac/OSX/Makefile')
-rw-r--r--Mac/OSX/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/OSX/Makefile b/Mac/OSX/Makefile
index 4c9b4c8..2c1c488 100644
--- a/Mac/OSX/Makefile
+++ b/Mac/OSX/Makefile
@@ -11,7 +11,7 @@ LIBDEST=$(prefix)/lib/python$(VERSION)
# These are normally glimpsed from the previous set
bindir=$(dstroot)/usr/local/bin
-PYTHONAPPSPATH=/Applications/Python
+PYTHONAPPSPATH=/Applications/MacPython-$(VERSION)
PYTHONAPPSDIR=$(dstroot)$(PYTHONAPPSPATH)
APPINSTALLDIR=$(prefix)/Resources/Python.app
PTHFILE=$(srcdir)/Mac/OSX/Mac.pth