diff options
Diffstat (limited to 'sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild')
-rw-r--r-- | sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild b/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild index f9594c84e5e9..52971d9afe4b 100644 --- a/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild +++ b/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild,v 1.4 2008/05/21 14:10:49 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild,v 1.5 2008/05/21 14:15:11 drac Exp $ inherit eutils @@ -51,8 +51,7 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die "emake install failed" newicon src/icon.xpm lightspeed.xpm - make_desktop_entry lightspeed lightspeed \ - lightspeed.xpm "Science;Physics;Education" + make_desktop_entry ${PN} "Light Speed!" ${PN} "Science;Physics;Education" dodoc AUTHORS ChangeLog MATH NEWS README TODO || die newdoc debian/changelog ChangeLog.Debian || die cd ${S2} |