From: Jack Jansen Date: Fri, 20 Jun 2003 14:33:38 +0000 (+0000) Subject: Installation of PythonLauncher has been failing silently, probably since X-Git-Tag: v2.3c1~362 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=94d09f84be3be999739a61de5c49547ca82fe964;p=thirdparty%2FPython%2Fcpython.git Installation of PythonLauncher has been failing silently, probably since the DESTDIR patch. Fixed. --- diff --git a/Mac/OSX/Makefile b/Mac/OSX/Makefile index 62f444e70bb3..5dcb42d291d1 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 \