diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 18:21:15 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 18:21:15 +0000 |
commit | a75019b8ae357cc95005958697f4c0867b3bf9c1 (patch) | |
tree | 6a62dbadac9405c54440ee528e93a36663d31466 /games-action/bzflag/bzflag-2.0.8.ebuild | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | historical-a75019b8ae357cc95005958697f4c0867b3bf9c1.tar.gz historical-a75019b8ae357cc95005958697f4c0867b3bf9c1.tar.bz2 historical-a75019b8ae357cc95005958697f4c0867b3bf9c1.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-action/bzflag/bzflag-2.0.8.ebuild')
-rw-r--r-- | games-action/bzflag/bzflag-2.0.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-action/bzflag/bzflag-2.0.8.ebuild b/games-action/bzflag/bzflag-2.0.8.ebuild index 3ca8a5edc006..3dab685b16aa 100644 --- a/games-action/bzflag/bzflag-2.0.8.ebuild +++ b/games-action/bzflag/bzflag-2.0.8.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/bzflag/bzflag-2.0.8.ebuild,v 1.7 2007/05/31 02:12:58 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.8.ebuild,v 1.8 2008/02/29 18:21:15 carlo Exp $ inherit eutils flag-o-matic games @@ -78,7 +78,7 @@ src_install() { if use sdl || ! use dedicated ; then doicon "data/bzflag-48x48.png" - make_desktop_entry ${PN} "BZFlag" ${PN}-48x48.png + make_desktop_entry ${PN} "BZFlag" ${PN}-48x48 fi prepgamesdirs |