[Zope-Checkins] SVN: Zope/branches/2.9/ Collector #2081: 'make
instance' forced inappropriate dir, credentials.
Tres Seaver
tseaver at palladion.com
Wed May 10 13:17:27 EDT 2006
Log message for revision 68080:
Collector #2081: 'make instance' forced inappropriate dir, credentials.
Changed:
U Zope/branches/2.9/doc/CHANGES.txt
U Zope/branches/2.9/inst/Makefile.in
-=-
Modified: Zope/branches/2.9/doc/CHANGES.txt
===================================================================
--- Zope/branches/2.9/doc/CHANGES.txt 2006-05-10 16:19:15 UTC (rev 68079)
+++ Zope/branches/2.9/doc/CHANGES.txt 2006-05-10 17:17:26 UTC (rev 68080)
@@ -18,6 +18,8 @@
Bugs fixed
+ - Collector #2081: 'make instance' forced inappropriate dir, credentials.
+
- Collector #1447: When editing content on a virtual-hosted zope,
AcceleratedHTTPCacheManager now purges the correct URL.
Modified: Zope/branches/2.9/inst/Makefile.in
===================================================================
--- Zope/branches/2.9/inst/Makefile.in 2006-05-10 16:19:15 UTC (rev 68079)
+++ Zope/branches/2.9/inst/Makefile.in 2006-05-10 17:17:26 UTC (rev 68080)
@@ -48,7 +48,7 @@
install:
${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