Kaydet (Commit) cfe28362 authored tarafından Jack Jansen's avatar Jack Jansen

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).
üst e11b510a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment