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

Collapse All | Expand All

(-)a/libprelude-0.9.24.ebuild (-1 / +1 lines)
Lines 42-48 Link Here
42
}
42
}
43
43
44
src_install() {
44
src_install() {
45
	emake DESTDIR="${D}" install || die "make install failed"
45
	emake DESTDIR="${D}" INSTALLDIRS=vendor install || die "make install failed"
46
	use perl && fixlocalpod
46
	use perl && fixlocalpod
47
}
47
}
48
48

Return to bug 298455