Commit bdbf64f6 authored by Tres Seaver's avatar Tres Seaver

Collector #2081: 'make instance' forced inappropriate dir, credentials.

parent 5789a8fc
......@@ -18,6 +18,8 @@ Zope Changes
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.
......
......@@ -48,7 +48,7 @@ build:
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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment