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

Collapse All | Expand All

(-)swig/python/GNUmakefile.orig (-2 / +2 lines)
Lines 51-59 Link Here
51
install:
51
install:
52
52
53
ifeq ($(PY_HAVE_SETUPTOOLS),1)
53
ifeq ($(PY_HAVE_SETUPTOOLS),1)
54
	$(PYTHON) setup.py install 
54
	$(PYTHON) setup.py install --root=$(DESTDIR) 
55
else
55
else
56
	$(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
56
	$(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(prefix)
57
endif
57
endif
58
58
59
	for f in $(SCRIPTS) ; do $(INSTALL) ./scripts/$$f $(DESTDIR)$(INST_BIN) ; done
59
	for f in $(SCRIPTS) ; do $(INSTALL) ./scripts/$$f $(DESTDIR)$(INST_BIN) ; done

Return to bug 217876