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

Collapse All | Expand All

(-)pilot-link-0.12.0-pre4/bindings/Makefile.in (-1 / +1 lines)
Lines 574-580 Link Here
574
	cd $(srcdir)/Python && $(PYTHON) setup.py build
574
	cd $(srcdir)/Python && $(PYTHON) setup.py build
575
575
576
python-install: python-build
576
python-install: python-build
577
	cd $(srcdir)/Python && $(PYTHON) setup.py install --prefix=$(prefix)
577
	cd $(srcdir)/Python && $(PYTHON) setup.py install --prefix=$(prefix) --root=$(DESTDIR)
578
578
579
python-clean: Python/setup.py
579
python-clean: Python/setup.py
580
	-cd $(srcdir)/Python && $(PYTHON) setup.py clean 
580
	-cd $(srcdir)/Python && $(PYTHON) setup.py clean 

Return to bug 127233