Kaydet (Commit) 94d09f84 authored tarafından Jack Jansen's avatar Jack Jansen

Installation of PythonLauncher has been failing silently, probably since

the DESTDIR patch. Fixed.
üst 2664cbbe
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment