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

(-)point2play-2.0.1.ebuild (-2 / +3 lines)
Lines 36-42 src_unpack() { Link Here
36
}
36
}
37
37
38
src_install() {
38
src_install() {
39
	mv usr "${D}"/ || die "mv usr"
39
	mv usr "${D}"/ || die "mv usr"
40
	mv etc/X11/applnk "${D}"/usr/share
40
41
	make_desktop_entry Point2Play Point2Play /usr/lib/transgaming_point2play/pixmaps/tg_logo.png
41
	# Remove .desktop files from deprecated locations
42
	rm -rf "${D}"/etc/X11/applnk "${D}"/usr/share/gnome
42
}
43
}

Return to bug 97862