diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2010-03-10 15:44:09 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2010-03-10 15:44:09 +0000 |
commit | 7aa519fa6f5b30deb2451c8a5d37eb4eb668adf1 (patch) | |
tree | 242fc063fdb77978b6e80d56a858d4cedf29be3e /games-puzzle | |
parent | Marked ppc stable, added ~ppc64. (diff) | |
download | gentoo-2-7aa519fa6f5b30deb2451c8a5d37eb4eb668adf1.tar.gz gentoo-2-7aa519fa6f5b30deb2451c8a5d37eb4eb668adf1.tar.bz2 gentoo-2-7aa519fa6f5b30deb2451c8a5d37eb4eb668adf1.zip |
fix desktop entry name
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/world-of-goo-demo/world-of-goo-demo-1.41.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.41.ebuild b/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.41.ebuild index 8ce019719828..b6bcd31c853b 100644 --- a/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.41.ebuild +++ b/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.41.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.41.ebuild,v 1.2 2009/09/02 20:11:32 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.41.ebuild,v 1.3 2010/03/10 15:44:09 nyhm Exp $ inherit eutils games @@ -47,7 +47,7 @@ src_install() { games_make_wrapper ${MY_PN} "${d}"/${MY_PN%Demo} dodoc readme.html linux-issues.txt newicon icons/scalable.svg ${MY_PN}.svg - make_desktop_entry ${MY_PN} "World Of Goo (Demo)" ${MY_PN} + make_desktop_entry ${MY_PN} "World of Goo (Demo)" ${MY_PN} pushd "${D}${d}" >/dev/null chmod a+rx ${MY_PN%Demo}* libs*/lib* || die |