diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-10-14 05:53:27 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-10-14 05:53:27 +0000 |
commit | 4145101ddc0a9cc80f476bfbc750724ce0f6a1b4 (patch) | |
tree | 9b6b95059a646ea0d77dc249892838caf6471d07 /games-fps/quake3-bin | |
parent | Added dev-python/python-dateutil to DEPEND (bz#340871) (diff) | |
download | gentoo-2-4145101ddc0a9cc80f476bfbc750724ce0f6a1b4.tar.gz gentoo-2-4145101ddc0a9cc80f476bfbc750724ce0f6a1b4.tar.bz2 gentoo-2-4145101ddc0a9cc80f476bfbc750724ce0f6a1b4.zip |
clean up make_desktop_entry call
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-fps/quake3-bin')
-rw-r--r-- | games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild b/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild index 7150199a76b8..74cca7f946ae 100644 --- a/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild +++ b/games-fps/quake3-bin/quake3-bin-1.32c-r1.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-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild,v 1.10 2010/03/09 12:36:34 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild,v 1.11 2010/10/14 05:53:27 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -86,7 +86,7 @@ src_install() { doexe "Quake III Arena 1.32c"/linux/quake3*.x86 || die "doexe" games_make_wrapper ${PN} ./quake3.x86 "${dir}" "${dir}" newicon quake3.xpm ${PN}.xpm - make_desktop_entry ${PN} "Quake III Arena (binary)" ${PN} + make_desktop_entry ${PN} "Quake III Arena (binary)" if use teamarena ; then games_make_wrapper ${PN}-teamarena \ "./quake3.x86 +set fs_game missionpack" "${dir}" "${dir}" |