Installation of PythonLauncher has been failing silently, probably since

the DESTDIR patch. Fixed.
This commit is contained in:
Jack Jansen 2003-06-20 14:33:38 +00:00
parent 2664cbbeba
commit 94d09f84be
1 changed files with 2 additions and 2 deletions

View File

@ -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 \