Commit f7a07ad9 authored by Stefan H. Holek's avatar Stefan H. Holek

Reverted r40251 as I quite obviously didn't know what I was doing.

parent 806c0524
...@@ -48,7 +48,7 @@ build: ...@@ -48,7 +48,7 @@ build:
install: install:
${PYTHON} "${BASE_DIR}/setup.py" ${DISTUTILS_OPTS} \ ${PYTHON} "${BASE_DIR}/setup.py" ${DISTUTILS_OPTS} \
build_ext ${BUILD_FLAGS} \ 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 [ -f ${PREFIX}/bin/python ] || ${LN} ${PYTHON} ${PREFIX}/bin/python
@echo @echo
@echo Zope binaries installed successfully. @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