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

(-)rrdtool-1.3.3.ebuild (-1 / +1 lines)
Lines 55-61 Link Here
55
}
55
}
56
56
57
src_install() {
57
src_install() {
58
	emake DESTDIR="${D}" install || die "make install failed"
58
	emake -j1 DESTDIR="${D}" install || die "make install failed"
59
59
60
	if ! use doc ; then
60
	if ! use doc ; then
61
		rm -rf "${D}"/usr/share/doc/${PF}/{html,txt}
61
		rm -rf "${D}"/usr/share/doc/${PF}/{html,txt}

Return to bug 239101