diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 19:37:46 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 19:37:46 +0000 |
commit | d1b9324016cc78f89970359eccecc68bd985023f (patch) | |
tree | 8b8ec3aa2f50ca58dab5ba1450937bba5d64dab1 /games-puzzle/pathological/pathological-1.1.3-r2.ebuild | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | gentoo-2-d1b9324016cc78f89970359eccecc68bd985023f.tar.gz gentoo-2-d1b9324016cc78f89970359eccecc68bd985023f.tar.bz2 gentoo-2-d1b9324016cc78f89970359eccecc68bd985023f.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-puzzle/pathological/pathological-1.1.3-r2.ebuild')
-rw-r--r-- | games-puzzle/pathological/pathological-1.1.3-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/pathological/pathological-1.1.3-r2.ebuild b/games-puzzle/pathological/pathological-1.1.3-r2.ebuild index 21323036cd9a..d32ca648a5bf 100644 --- a/games-puzzle/pathological/pathological-1.1.3-r2.ebuild +++ b/games-puzzle/pathological/pathological-1.1.3-r2.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/games-puzzle/pathological/pathological-1.1.3-r2.ebuild,v 1.1 2008/02/04 21:45:50 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pathological/pathological-1.1.3-r2.ebuild,v 1.2 2008/02/29 19:37:46 carlo Exp $ inherit eutils games @@ -62,7 +62,7 @@ src_install() { use doc && dohtml -r html/* doicon ${PN}.xpm - make_desktop_entry ${PN} Pathological ${PN}.xpm + make_desktop_entry ${PN} Pathological ${PN} # remove some unneeded resource files rm -f "${D}/${GAMES_DATADIR}"/${PN}/graphics/*.xcf |