[Zope-Checkins] SVN: Zope/trunk/inst/Makefile.in Do not
--skip-build as this leaves us with nothing to install.
Stefan H. Holek
stefan at epy.co.at
Sat Nov 19 15:01:14 EST 2005
Log message for revision 40252:
Do not --skip-build as this leaves us with nothing to install.
Changed:
U Zope/trunk/inst/Makefile.in
-=-
Modified: Zope/trunk/inst/Makefile.in
===================================================================
--- Zope/trunk/inst/Makefile.in 2005-11-19 20:00:54 UTC (rev 40251)
+++ Zope/trunk/inst/Makefile.in 2005-11-19 20:01:14 UTC (rev 40252)
@@ -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