diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-10-21 17:56:03 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-10-21 17:56:03 +0000 |
commit | 74a4dad2a0a12bd7e0c28b9e117d5628b5445321 (patch) | |
tree | 72caa87d4c04754ad0ccbc5126f8e206a22089d0 /games-fps | |
parent | Changed to use newicon rather than insinto/newins. (diff) | |
download | historical-74a4dad2a0a12bd7e0c28b9e117d5628b5445321.tar.gz historical-74a4dad2a0a12bd7e0c28b9e117d5628b5445321.tar.bz2 historical-74a4dad2a0a12bd7e0c28b9e117d5628b5445321.zip |
Added addition dir variable to games_make_wrapper for bug #109793.
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/ut2004/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/ut2004/ut2004-3355-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games-fps/ut2004/ChangeLog b/games-fps/ut2004/ChangeLog index aa25772dfcc7..0554e07d90f9 100644 --- a/games-fps/ut2004/ChangeLog +++ b/games-fps/ut2004/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/ut2004 # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ChangeLog,v 1.31 2005/10/16 21:53:41 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ChangeLog,v 1.32 2005/10/21 17:56:03 wolf31o2 Exp $ + + 21 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org> ut2004-3355-r1.ebuild: + Added addition dir variable to games_make_wrapper for bug #109793. 16 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org> ut2004-3355-r1.ebuild, ut2004-3355-r2.ebuild: diff --git a/games-fps/ut2004/ut2004-3355-r1.ebuild b/games-fps/ut2004/ut2004-3355-r1.ebuild index c473ad0f6bef..8f6c3a683aa7 100644 --- a/games-fps/ut2004/ut2004-3355-r1.ebuild +++ b/games-fps/ut2004/ut2004-3355-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3355-r1.ebuild,v 1.6 2005/10/16 21:53:41 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3355-r1.ebuild,v 1.7 2005/10/21 17:56:03 wolf31o2 Exp $ -inherit games +inherit eutils games MY_P="${PN}-lnxpatch${PV}.tar.bz2" DESCRIPTION="Unreal Tournament 2004 - Editor's Choice Edition" @@ -60,7 +60,7 @@ src_install() { mkdir -p ${D}/root/.loki/installed dosym ${dir}/.manifest/${PN}.xml ${ROOT}/root/.loki/installed/${PN}.xml - games_make_wrapper ut2004 ./ut2004 ${dir} + games_make_wrapper ut2004 ./ut2004 "${dir}" "${dir}" prepgamesdirs make_desktop_entry ut2004 "Unreal Tournament 2004" ut2004.xpm |