diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-10-21 17:47:39 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-10-21 17:47:39 +0000 |
commit | f7a20d2775a900c540785856b106a7e8e1fd7161 (patch) | |
tree | db0a05650f4c15215caaa73938005a0932647de2 /games-fps/unreal/unreal-226.ebuild | |
parent | Version bump; tidy old ebuild. (diff) | |
download | historical-f7a20d2775a900c540785856b106a7e8e1fd7161.tar.gz historical-f7a20d2775a900c540785856b106a7e8e1fd7161.tar.bz2 historical-f7a20d2775a900c540785856b106a7e8e1fd7161.zip |
Added addition dir variable to games_make_wrapper for bug #109793.
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'games-fps/unreal/unreal-226.ebuild')
-rw-r--r-- | games-fps/unreal/unreal-226.ebuild | 4 |
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 } |