Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 3631
Collapse All | Expand All

(-)netleds_applet-0.9.1-r2.ebuild (-2 / +2 lines)
Lines 23-30 Link Here
23
23
24
src_install() {
24
src_install() {
25
	make \
25
	make \
26
		prefix=${D}/usr \
26
		DESTDIR=${D} \
27
		gnorbadir=${D}/etc/CORBA/servers || install
27
		install || die
28
28
29
	dodoc AUTHORS COPYING ChangeLog NEWS README TODO
29
	dodoc AUTHORS COPYING ChangeLog NEWS README TODO
30
}
30
}

Return to bug 3631