diff options
Diffstat (limited to 'games-action/phobiaii/phobiaii-1.1.ebuild')
-rw-r--r-- | games-action/phobiaii/phobiaii-1.1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/games-action/phobiaii/phobiaii-1.1.ebuild b/games-action/phobiaii/phobiaii-1.1.ebuild index 0a976daeeef7..9c1e9826eeea 100644 --- a/games-action/phobiaii/phobiaii-1.1.ebuild +++ b/games-action/phobiaii/phobiaii-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/phobiaii/phobiaii-1.1.ebuild,v 1.9 2006/06/23 05:15:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/phobiaii/phobiaii-1.1.ebuild,v 1.10 2006/09/15 19:26:13 wolf31o2 Exp $ inherit games @@ -31,6 +31,10 @@ src_install() { dodir "${GAMES_PREFIX_OPT}"/${PN} mv * "${D}/${GAMES_PREFIX_OPT}"/${PN}/ + dosed ":GAMES_PREFIX_OPT:${GAMES_PREFIX_OPT}:" \ + ${GAMES_BINDIR}/phobiaII || die "sed" + + dogamesbin "${FILESDIR}"/phobiaII || die "dogamesbin failed" prepgamesdirs } |