[Zope-Checkins] SVN: Zope/trunk/inst/Makefile.in Merged Zope-2_9-branch r40893:40894 into the trunk.

Stefan H. Holek stefan at epy.co.at
Tue Dec 20 04:02:25 EST 2005


Log message for revision 40895:
  Merged Zope-2_9-branch r40893:40894 into the trunk.
  (Reverted r40251 as I quite obviously didn't know what I was doing.)
  

Changed:
  U   Zope/trunk/inst/Makefile.in

-=-
Modified: Zope/trunk/inst/Makefile.in
===================================================================
--- Zope/trunk/inst/Makefile.in	2005-12-20 08:58:00 UTC (rev 40894)
+++ Zope/trunk/inst/Makefile.in	2005-12-20 09:02:24 UTC (rev 40895)
@@ -48,7 +48,7 @@
 install: version_txt
 	${PYTHON} "${BASE_DIR}/setup.py" ${DISTUTILS_OPTS} \
 	   build_ext ${BUILD_FLAGS} \
-	   install --home="${PREFIX}" ${INSTALL_FLAGS}
+	   install --skip-build --home="${PREFIX}" ${INSTALL_FLAGS}
 	[ -f ${PREFIX}/bin/python ] || ${LN} ${PYTHON} ${PREFIX}/bin/python
 	@echo
 	@echo Zope binaries installed successfully.



More information about the Zope-Checkins mailing list