diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-10-21 17:27:06 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-10-21 17:27:06 +0000 |
commit | fd84843e796259d01d905a4e01b97c94806d0f32 (patch) | |
tree | 9a71755e0e66dacbe34f400122608dfdbe717f94 /games-action/fakk2/fakk2-1.02.ebuild | |
parent | Version bump (diff) | |
download | historical-fd84843e796259d01d905a4e01b97c94806d0f32.tar.gz historical-fd84843e796259d01d905a4e01b97c94806d0f32.tar.bz2 historical-fd84843e796259d01d905a4e01b97c94806d0f32.zip |
Added addition dir variable to games_make_wrapper for bug #109793.
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'games-action/fakk2/fakk2-1.02.ebuild')
-rw-r--r-- | games-action/fakk2/fakk2-1.02.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/fakk2/fakk2-1.02.ebuild b/games-action/fakk2/fakk2-1.02.ebuild index 703c7cd32a8a..7c38ca4535a4 100644 --- a/games-action/fakk2/fakk2-1.02.ebuild +++ b/games-action/fakk2/fakk2-1.02.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-action/fakk2/fakk2-1.02.ebuild,v 1.10 2005/09/21 20:24:35 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/fakk2-1.02.ebuild,v 1.11 2005/10/21 17:25:56 wolf31o2 Exp $ inherit eutils games @@ -53,7 +53,7 @@ src_install() { # we run touch on ${D} so as to make sure portage doesnt do any such thing find ${Ddir} -exec touch '{}' \; - games_make_wrapper ${PN} ./${PN} ${dir} + games_make_wrapper ${PN} ./${PN} "${dir}" "${dir}" newicon ${CDROM_ROOT}/icon.xpm ${PN}.xpm prepgamesdirs |