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 | 6ca1ef3821a54cac659cb4b804b9718336c5e7c4 (patch) | |
tree | 042cf0b040af67542a85f73a51ae5b46d888e196 /games-strategy/freeciv | |
parent | EAPI=2 (diff) | |
download | historical-6ca1ef3821a54cac659cb4b804b9718336c5e7c4.tar.gz historical-6ca1ef3821a54cac659cb4b804b9718336c5e7c4.tar.bz2 historical-6ca1ef3821a54cac659cb4b804b9718336c5e7c4.zip |
remove now-unneeded sed on desktop file
Package-Manager: portage-2.1.7.16/cvs/Linux i686
Diffstat (limited to 'games-strategy/freeciv')
-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 \ |