Log message for revision 40894:
  Reverted r40251 as I quite obviously didn't know what I was doing.
  

Changed:
  U   Zope/branches/2.9/inst/Makefile.in

-=-
Modified: Zope/branches/2.9/inst/Makefile.in
===================================================================
--- Zope/branches/2.9/inst/Makefile.in  2005-12-20 06:30:34 UTC (rev 40893)
+++ Zope/branches/2.9/inst/Makefile.in  2005-12-20 08:58:00 UTC (rev 40894)
@@ -48,7 +48,7 @@
 install:
        ${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.

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to