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

Collapse All | Expand All

(-)/usr/portage/sci-astronomy/celestia/celestia-1.4.1.ebuild (-1 / +2 lines)
Lines 96-102 Link Here
96
	if [ "${mygui}" == "gnome" ]; then
96
	if [ "${mygui}" == "gnome" ]; then
97
		gnome2_src_install
97
		gnome2_src_install
98
	else
98
	else
99
		einstall	|| die "einstall failed"
99
		sed -i -e 's:ln -s $(datadir)/celestia $(kde_datadir)/celestia:ln -s $(datadir)/celestia ${D}$(kde_datadir)/celestia:' Makefile || die "sed failed"
100
		make DESTDIR="${D}" install	|| die "make install failed"
100
	fi
101
	fi
101
102
102
	dodoc AUTHORS README TODO NEWS TRANSLATORS ChangeLog \
103
	dodoc AUTHORS README TODO NEWS TRANSLATORS ChangeLog \

Return to bug 128218