[Zope-Checkins] CVS: Zope/inst - Makefile.in:1.18

Tres Seaver cvs-admin at zope.org
Thu Nov 20 16:14:59 EST 2003


Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv15390/inst

Modified Files:
	Makefile.in 
Log Message:
 - Merge update to symlink canonical Python from 2.7 branch.


=== Zope/inst/Makefile.in 1.17 => 1.18 ===
--- Zope/inst/Makefile.in:1.17	Tue Jul 22 23:10:02 2003
+++ Zope/inst/Makefile.in	Thu Nov 20 16:14:55 2003
@@ -55,6 +55,7 @@
 install: build
 	${PYTHON} "${BASE_DIR}/setup.py" ${DISTUTILS_OPTS} install \
 	   --home="${PREFIX}" ${BUILD_FLAGS} ${INSTALL_FLAGS}
+	[ -f ${PREFIX}/bin/python ] || ${LN} ${PYTHON} ${PREFIX}/bin/python
 	@echo
 	@echo Zope binaries installed successfully.
 	@echo Now run \'${PREFIX}/bin/mkzopeinstance.py\'




More information about the Zope-Checkins mailing list