summaryrefslogtreecommitdiffstats
path: root/Mac/OSX/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/OSX/Makefile')
-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 \