summaryrefslogtreecommitdiffstats
path: root/Mac
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
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')
-rw-r--r--Mac/OSX/Makefile2
-rw-r--r--Mac/OSX/Makefile.jaguar2
2 files changed, 2 insertions, 2 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
diff --git a/Mac/OSX/Makefile.jaguar b/Mac/OSX/Makefile.jaguar
index 4699449..3510b72 100644
--- a/Mac/OSX/Makefile.jaguar
+++ b/Mac/OSX/Makefile.jaguar
@@ -6,7 +6,7 @@ VERSION=2.2
builddir = ../..
srcdir = ../..
dstroot=/.
-PYTHONAPPSPATH=/Applications/MacPython-OSX
+PYTHONAPPSPATH=/Applications/MacPython-OSX-$(VERSION)
PYTHONAPPSDIR=$(dstroot)$(PYTHONAPPSPATH)
prefix=/usr