[Zope-Checkins] SVN: Zope/branches/2.9/inst/Makefile.in Reverted
r40251 as I quite obviously didn't know what I was doing.
Stefan H. Holek
stefan at epy.co.at
Tue Dec 20 03:58:01 EST 2005
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.
More information about the Zope-Checkins
mailing list