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.am.original (-1 / +1 lines)
Lines 15-21 Link Here
15
	-{ $(PYTHON) setup.py build && touch build; } || { $(RM) -r build; exit 1; }
15
	-{ $(PYTHON) setup.py build && touch build; } || { $(RM) -r build; exit 1; }
16
16
17
install-data-local:
17
install-data-local:
18
	-$(PYTHON) setup.py install
18
	-$(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
19
19
20
clean-local:
20
clean-local:
21
	-$(RM) -r build
21
	-$(RM) -r build

Return to bug 165399