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).
This commit is contained in:
Jack Jansen 2002-12-25 22:31:28 +00:00
parent e11b510a5b
commit cfe28362fb
2 changed files with 2 additions and 2 deletions

View 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

View 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