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

Collapse All | Expand All

(-)wmii-3.1-r2.ebuild (-1 / +3 lines)
Lines 19-24 Link Here
19
	unpack "${A}"
19
	unpack "${A}"
20
	cd ${S}
20
	cd ${S}
21
21
22
	epatch "${FILESDIR}/${P}-unified_bar_on_top.patch"
23
22
	sed -i \
24
	sed -i \
23
		-e "/^PREFIX/s/=.*/= \/usr/" \
25
		-e "/^PREFIX/s/=.*/= \/usr/" \
24
		-e "/^CONFPREFIX/s/=.*/= \/etc/" \
26
		-e "/^CONFPREFIX/s/=.*/= \/etc/" \
Lines 33-39 Link Here
33
}
35
}
34
36
35
src_compile() {
37
src_compile() {
36
	MAKEOPTS="-j1" # To keep the warnings away
38
	MAKEOPTS="-j1 BAR_ON_TOP=1" # To keep the warnings away
37
	emake || die "emake failed"
39
	emake || die "emake failed"
38
}
40
}
39
41

Return to bug 117143