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

Collapse All | Expand All

(-)wmupmon-0.1.3-r1.ebuild.orig (-7 / +1 lines)
Lines 21-37 Link Here
21
21
22
src_unpack() {
22
src_unpack() {
23
	unpack ${A}
23
	unpack ${A}
24
	cd ${S}
24
	cd "${S}"
25
25
26
	epatch "${FILESDIR}"/${P}-arraysize.patch
26
	epatch "${FILESDIR}"/${P}-arraysize.patch
27
}
27
}
28
28
29
src_compile()
30
{
31
	econf || die "configure failed"
32
	emake || die "parallel make failed"
33
}
34
35
src_install()
29
src_install()
36
{
30
{
37
	einstall || die "make install failed"
31
	einstall || die "make install failed"

Return to bug 215651