summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-10-21 17:47:39 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-10-21 17:47:39 +0000
commit9c91052e1d520256fdc7426eb143eb519d09224a (patch)
tree1a1e90e070a7d384ae6d63a1c4ea5131afd08227 /games-fps/unreal/unreal-226.ebuild
parentAdded addition dir variable to games_make_wrapper for bug #109793. (diff)
downloadgentoo-2-9c91052e1d520256fdc7426eb143eb519d09224a.tar.gz
gentoo-2-9c91052e1d520256fdc7426eb143eb519d09224a.tar.bz2
gentoo-2-9c91052e1d520256fdc7426eb143eb519d09224a.zip
Added addition dir variable to games_make_wrapper for bug #109793.
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'games-fps/unreal/unreal-226.ebuild')
-rw-r--r--games-fps/unreal/unreal-226.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/unreal/unreal-226.ebuild b/games-fps/unreal/unreal-226.ebuild
index 127285c3879b..7bbcecff187d 100644
--- a/games-fps/unreal/unreal-226.ebuild
+++ b/games-fps/unreal/unreal-226.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal/unreal-226.ebuild,v 1.11 2005/09/16 02:52:39 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal/unreal-226.ebuild,v 1.12 2005/10/21 17:43:48 wolf31o2 Exp $
inherit eutils games
@@ -74,7 +74,7 @@ src_install() {
exeinto "${dir}"
doexe bin/x86/unreal
- games_make_wrapper unreal ./unreal "${dir}"
+ games_make_wrapper unreal ./unreal "${dir}" "${dir}"
prepgamesdirs
}