diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 18:44:45 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 18:44:45 +0000 |
commit | 45886a73ad05f07073d5986be33b4bdd2b1107ab (patch) | |
tree | a3401df722760ce6f9ed22db9a86e6a0af0bcd82 /games-action/barrage/barrage-1.0.2-r1.ebuild | |
parent | amd64 stable wrt bug #204213 (diff) | |
download | gentoo-2-45886a73ad05f07073d5986be33b4bdd2b1107ab.tar.gz gentoo-2-45886a73ad05f07073d5986be33b4bdd2b1107ab.tar.bz2 gentoo-2-45886a73ad05f07073d5986be33b4bdd2b1107ab.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-action/barrage/barrage-1.0.2-r1.ebuild')
-rw-r--r-- | games-action/barrage/barrage-1.0.2-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-action/barrage/barrage-1.0.2-r1.ebuild b/games-action/barrage/barrage-1.0.2-r1.ebuild index b63cdf9768d6..930a0426a522 100644 --- a/games-action/barrage/barrage-1.0.2-r1.ebuild +++ b/games-action/barrage/barrage-1.0.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/barrage/barrage-1.0.2-r1.ebuild,v 1.1 2007/05/21 17:24:48 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/barrage/barrage-1.0.2-r1.ebuild,v 1.2 2008/02/29 18:44:45 carlo Exp $ inherit eutils games @@ -30,7 +30,7 @@ src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS BUGS ChangeLog README doicon "${DISTDIR}"/${PN}.png - make_desktop_entry ${PN} Barrage ${PN}.png + make_desktop_entry ${PN} Barrage ${PN} rm "${D}"/usr/share/applications/${PN}.desktop prepgamesdirs } |