Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 25682 | Differences between
and this patch

Collapse All | Expand All

(-)dist/Makefile.in.orig (-1 / +1 lines)
Lines 79-85 Link Here
79
	cd dist; \
79
	cd dist; \
80
	gunzip -c mod_python-$(MP_VERSION).tar.gz | tar xf -; \
80
	gunzip -c mod_python-$(MP_VERSION).tar.gz | tar xf -; \
81
	cd mod_python-$(MP_VERSION); \
81
	cd mod_python-$(MP_VERSION); \
82
	$(PYTHON_BIN) setup.py install --optimize 2 --force; \
82
	$(PYTHON_BIN) setup.py install --prefix=${DESTDIR}/usr --optimize 2 --force; \
83
	cd ..; rm -rf mod_python-$(MP_VERSION)
83
	cd ..; rm -rf mod_python-$(MP_VERSION)
84
84
85
mod_python.so:
85
mod_python.so:

Return to bug 25682