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 | 136581674978605472a4e7bcbdbea5839a1aef08 (patch) | |
tree | a41bee0401ac18f8194c65ccd9895f0e219102f3 /games-action/descent3 | |
parent | Version bump (diff) | |
download | gentoo-2-136581674978605472a4e7bcbdbea5839a1aef08.tar.gz gentoo-2-136581674978605472a4e7bcbdbea5839a1aef08.tar.bz2 gentoo-2-136581674978605472a4e7bcbdbea5839a1aef08.zip |
Added addition dir variable to games_make_wrapper for bug #109793.
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'games-action/descent3')
-rw-r--r-- | games-action/descent3/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/descent3/descent3-1.4.0b.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-action/descent3/ChangeLog b/games-action/descent3/ChangeLog index 24f689665863..999d0b5dacc8 100644 --- a/games-action/descent3/ChangeLog +++ b/games-action/descent3/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/descent3 # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.12 2005/09/06 17:35:20 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.13 2005/10/21 17:25:18 wolf31o2 Exp $ + + 21 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org> + descent3-1.4.0b.ebuild: + Added addition dir variable to games_make_wrapper for bug #109793. 06 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> descent3-1.4.0b.ebuild: diff --git a/games-action/descent3/descent3-1.4.0b.ebuild b/games-action/descent3/descent3-1.4.0b.ebuild index 1e0273666efb..f8995200d6a8 100644 --- a/games-action/descent3/descent3-1.4.0b.ebuild +++ b/games-action/descent3/descent3-1.4.0b.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/descent3/descent3-1.4.0b.ebuild,v 1.12 2005/09/06 17:35:20 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b.ebuild,v 1.13 2005/10/21 17:25:18 wolf31o2 Exp $ inherit eutils games @@ -79,7 +79,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 # Fix for 2.6 kernel crash |