diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-02-02 17:31:35 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-02-02 17:31:35 +0000 |
commit | af9c5d80830234adcb43bd1a370973cb6806616a (patch) | |
tree | 992369d6edce3114ef70e99ff394f8fb9afd6633 /games-strategy | |
parent | Version bump (diff) | |
download | gentoo-2-af9c5d80830234adcb43bd1a370973cb6806616a.tar.gz gentoo-2-af9c5d80830234adcb43bd1a370973cb6806616a.tar.bz2 gentoo-2-af9c5d80830234adcb43bd1a370973cb6806616a.zip |
remove now-unneeded sed on desktop file
(Portage version: 2.1.7.16/cvs/Linux i686)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/freeciv/freeciv-2.1.11.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/games-strategy/freeciv/freeciv-2.1.11.ebuild b/games-strategy/freeciv/freeciv-2.1.11.ebuild index 3fdb83158d67..22831b0a9957 100644 --- a/games-strategy/freeciv/freeciv-2.1.11.ebuild +++ b/games-strategy/freeciv/freeciv-2.1.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.1.11.ebuild,v 1.2 2010/01/31 21:19:36 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.1.11.ebuild,v 1.3 2010/02/02 17:31:35 mr_bones_ Exp $ EAPI=2 inherit eutils gnome2-utils games @@ -60,11 +60,6 @@ pkg_setup() { } src_prepare() { - # change .desktop category so it's freedesktop complient - sed -i \ - -e '/Icon/ s:\.png::' \ - bootstrap/freeciv.desktop.in \ - || die "sed failed" # install the .desktop in /usr/share/applications # install the icons in /usr/share/pixmaps sed -i \ |