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

(-)stellarium-0.8.2-r1.ebuild~ (-1 / +2 lines)
Lines 42-47 Link Here
42
42
43
src_install() {
43
src_install() {
44
	emake DESTDIR="${D}" install || die "emake install failed"
44
	emake DESTDIR="${D}" install || die "emake install failed"
45
	make_desktop_entry stellarium Stellarium
45
	newicon data/icon.bmp ${PN}.bmp
46
	make_desktop_entry stellarium Stellarium /usr/share/pixmaps/${PN}.bmp
46
	dodoc AUTHORS ChangeLog README TODO
47
	dodoc AUTHORS ChangeLog README TODO
47
}
48
}

Return to bug 165281