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

Collapse All | Expand All

(-)lcov-1.15.ebuild.orig (-1 / +2 lines)
Lines 35-41 Link Here
35
src_compile() { :; }
35
src_compile() { :; }
36
36
37
src_install() {
37
src_install() {
38
	emake -j1 PREFIX="${ED}/usr" CFG_DIR="${ED}/etc" install
38
	emake -j1 PREFIX="${ED}/usr" CFG_DIR="${ED}/etc" \
39
		LCOV_PERL_PATH="${EROOT%/}/usr/bin/perl" install
39
}
40
}
40
41
41
pkg_postinst() {
42
pkg_postinst() {

Return to bug 759400