[Zope-Checkins] SVN: Zope/trunk/inst/Makefile.in Forward port fix
for #2081.
Tres Seaver
tseaver at palladion.com
Wed May 10 13:19:02 EDT 2006
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.
More information about the Zope-Checkins
mailing list