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

Collapse All | Expand All

(-)xmule-1.6.1-old.ebuild (-1 / +8 lines)
Lines 40-44 Link Here
40
}
40
}
41
41
42
src_install () {
42
src_install () {
43
	einstall || die
43
	make top_builddir=${S} \
44
	     top_srcdir=${S} \
45
	     top_src=${S} \
46
	     mandir=${D}/usr/share/man \
47
	     infodir=${D}/usr/share/info \
48
	     datadir=${D}/usr/share \
49
	     prefix=${D}/usr \
50
	     install || die
44
}
51
}

Return to bug 31110