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

Collapse All | Expand All

(-)language/python/Makefile.in.original (-1 / +1 lines)
Lines 370-376 Link Here
370
	-{ $(PYTHON) setup.py build && touch build; } || { $(RM) -r build; exit 1; }
370
	-{ $(PYTHON) setup.py build && touch build; } || { $(RM) -r build; exit 1; }
371
371
372
install-data-local:
372
install-data-local:
373
	-$(PYTHON) setup.py install
373
	-$(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
374
374
375
clean-local:
375
clean-local:
376
	-$(RM) -r build
376
	-$(RM) -r build

Return to bug 165399