mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user