Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 456720
Collapse All | Expand All

(-)a/diffuse-0.4.6.ebuild (-1 / +2 lines)
Lines 30-36 Link Here
30
30
31
src_install() {
31
src_install() {
32
	"$(PYTHON)" install.py \
32
	"$(PYTHON)" install.py \
33
		--prefix=/usr \
33
		--prefix=${EPREFIX}/usr \
34
		--sysconfdir=${EPREFIX}/etc \
34
		--files-only \
35
		--files-only \
35
		--destdir="${D}" \
36
		--destdir="${D}" \
36
		|| die "Installation failed"
37
		|| die "Installation failed"

Return to bug 456720