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

(-)desktop-file-utils-0.7.ebuild.orig (-5 / +1 lines)
Lines 23-32 Link Here
23
}
23
}
24
24
25
src_install() {
25
src_install() {
26
	make prefix=${D}/usr					\
26
	make DESTDIR=${D} install || die
27
	     sysconfdir=${D}/etc				\
28
	     localstatedir=${D}/var/lib			\
29
	     install || die
30
31
	dodoc AUTHORS COPYING ChangeLog NEWS README
27
	dodoc AUTHORS COPYING ChangeLog NEWS README
32
}
28
}

Return to bug 59172