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

Collapse All | Expand All

(-)pilot-link-0.12.1/bindings/Makefile.in~ (-1 / +1 lines)
Lines 595-601 Link Here
595
	cd $(srcdir)/Python && $(PYTHON) setup.py build
595
	cd $(srcdir)/Python && $(PYTHON) setup.py build
596
596
597
python-install: python-build
597
python-install: python-build
598
	cd $(srcdir)/Python && $(PYTHON) setup.py install --prefix=$(prefix)
598
	cd $(srcdir)/Python && $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(prefix)
599
599
600
python-clean: Python/setup.py
600
python-clean: Python/setup.py
601
	-cd $(srcdir)/Python && $(PYTHON) setup.py clean 
601
	-cd $(srcdir)/Python && $(PYTHON) setup.py clean 

Return to bug 89823