Changed folder name for apps from Python to MacPython-$(VERSION) (for a
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 25 Dec 2002 22:31:28 +0000 (22:31 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 25 Dec 2002 22:31:28 +0000 (22:31 +0000)
normal 2.3 framework install) and MacPython-OSX-$(VERSION) (for the
experimental Jaguar addon install).

Mac/OSX/Makefile
Mac/OSX/Makefile.jaguar

index 4c9b4c8955dc93325d9ce48513daf6c433f8c1c0..2c1c488c7cb584079defb353c2e65859bf3b16c4 100644 (file)
@@ -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
index 4699449352fb24d50dd0b0959ac0d76b3e4b6b42..3510b727249fdafbcb050c56f7c46fe639ca876e 100644 (file)
@@ -6,7 +6,7 @@ VERSION=2.2
 builddir = ../..
 srcdir = ../..
 dstroot=/.
-PYTHONAPPSPATH=/Applications/MacPython-OSX
+PYTHONAPPSPATH=/Applications/MacPython-OSX-$(VERSION)
 PYTHONAPPSDIR=$(dstroot)$(PYTHONAPPSPATH)
 prefix=/usr