mirror of https://github.com/python/cpython
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:
parent
e11b510a5b
commit
cfe28362fb
|
@ -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
|
||||
|
|
|
@ -6,7 +6,7 @@ VERSION=2.2
|
|||
builddir = ../..
|
||||
srcdir = ../..
|
||||
dstroot=/.
|
||||
PYTHONAPPSPATH=/Applications/MacPython-OSX
|
||||
PYTHONAPPSPATH=/Applications/MacPython-OSX-$(VERSION)
|
||||
PYTHONAPPSDIR=$(dstroot)$(PYTHONAPPSPATH)
|
||||
prefix=/usr
|
||||
|
||||
|
|
Loading…
Reference in New Issue