summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-06-20 14:33:38 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-06-20 14:33:38 (GMT)
commit94d09f84be3be999739a61de5c49547ca82fe964 (patch)
treef7096f74b4910358f8ce08db24e00ca564fb1bd7 /Mac
parent2664cbbeba0260d0dd6c569201492dc730331dfb (diff)
downloadcpython-94d09f84be3be999739a61de5c49547ca82fe964.zip
cpython-94d09f84be3be999739a61de5c49547ca82fe964.tar.gz
cpython-94d09f84be3be999739a61de5c49547ca82fe964.tar.bz2
Installation of PythonLauncher has been failing silently, probably since
the DESTDIR patch. Fixed.
Diffstat (limited to 'Mac')
-rw-r--r--Mac/OSX/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/OSX/Makefile b/Mac/OSX/Makefile
index 62f444e..5dcb42d 100644
--- a/Mac/OSX/Makefile
+++ b/Mac/OSX/Makefile
@@ -58,8 +58,8 @@ installapps: install_PythonLauncher install_Python install_BuildApplet install_I
install_PythonLauncher:
cd $(srcdir)/Mac/OSX/PythonLauncher/PythonLauncher.pbproj ; \
- pbxbuild -target PythonLauncher -buildstyle Deployment \
- DSTROOT=$(DESTDIR) INSTALL_PATH=$(PYTHONAPPSPATH) install
+ pbxbuild -target PythonLauncher -buildstyle Deployment install \
+ DSTROOT=$(DESTDIR)/ INSTALL_PATH=$(PYTHONAPPSPATH)
install_Python:
@if test ! -f $(DOCINDEX); then \