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) ...@@ -11,7 +11,7 @@ LIBDEST=$(prefix)/lib/python$(VERSION)
# These are normally glimpsed from the previous set # These are normally glimpsed from the previous set
bindir=$(dstroot)/usr/local/bin bindir=$(dstroot)/usr/local/bin
PYTHONAPPSPATH=/Applications/Python PYTHONAPPSPATH=/Applications/MacPython-$(VERSION)
PYTHONAPPSDIR=$(dstroot)$(PYTHONAPPSPATH) PYTHONAPPSDIR=$(dstroot)$(PYTHONAPPSPATH)
APPINSTALLDIR=$(prefix)/Resources/Python.app APPINSTALLDIR=$(prefix)/Resources/Python.app
PTHFILE=$(srcdir)/Mac/OSX/Mac.pth PTHFILE=$(srcdir)/Mac/OSX/Mac.pth
......
...@@ -6,7 +6,7 @@ VERSION=2.2 ...@@ -6,7 +6,7 @@ VERSION=2.2
builddir = ../.. builddir = ../..
srcdir = ../.. srcdir = ../..
dstroot=/. dstroot=/.
PYTHONAPPSPATH=/Applications/MacPython-OSX PYTHONAPPSPATH=/Applications/MacPython-OSX-$(VERSION)
PYTHONAPPSDIR=$(dstroot)$(PYTHONAPPSPATH) PYTHONAPPSDIR=$(dstroot)$(PYTHONAPPSPATH)
prefix=/usr 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