Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cfe2836

Browse files
committed
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).
1 parent e11b510 commit cfe2836

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Mac/OSX/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LIBDEST=$(prefix)/lib/python$(VERSION)
1111

1212
# These are normally glimpsed from the previous set
1313
bindir=$(dstroot)/usr/local/bin
14-
PYTHONAPPSPATH=/Applications/Python
14+
PYTHONAPPSPATH=/Applications/MacPython-$(VERSION)
1515
PYTHONAPPSDIR=$(dstroot)$(PYTHONAPPSPATH)
1616
APPINSTALLDIR=$(prefix)/Resources/Python.app
1717
PTHFILE=$(srcdir)/Mac/OSX/Mac.pth

Mac/OSX/Makefile.jaguar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ VERSION=2.2
66
builddir = ../..
77
srcdir = ../..
88
dstroot=/.
9-
PYTHONAPPSPATH=/Applications/MacPython-OSX
9+
PYTHONAPPSPATH=/Applications/MacPython-OSX-$(VERSION)
1010
PYTHONAPPSDIR=$(dstroot)$(PYTHONAPPSPATH)
1111
prefix=/usr
1212

0 commit comments

Comments
 (0)