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

Collapse All | Expand All

(-)cinepaint-0.19.0.ebuild (-1 / +1 lines)
Lines 30-35 Link Here
30
}
30
}
31
31
32
src_install(){
32
src_install(){
33
	einstall DESTDIR=${D} || die "einstall failed"
33
	make install DESTDIR=${D} || die "einstall failed"
34
	dodoc AUTHORS ChangeLog README* NEWS
34
	dodoc AUTHORS ChangeLog README* NEWS
35
}
35
}

Return to bug 112138