Log message for revision 68081:
  Forward port fix for #2081.

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

-=-
Modified: Zope/trunk/inst/Makefile.in
===================================================================
--- Zope/trunk/inst/Makefile.in 2006-05-10 17:17:26 UTC (rev 68080)
+++ Zope/trunk/inst/Makefile.in 2006-05-10 17:19:02 UTC (rev 68081)
@@ -48,7 +48,7 @@
 install: version_txt
        ${PYTHON} "${BASE_DIR}/setup.py" ${DISTUTILS_OPTS} \
           build_ext ${BUILD_FLAGS} \
-          install --skip-build --home="${PREFIX}" ${INSTALL_FLAGS}
+          install --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