diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-09-15 19:26:13 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-09-15 19:26:13 +0000 |
commit | 248eba59e410a5b0821c0c0d87d1dd6598f4ac41 (patch) | |
tree | 0f34ec58d1cba158565aeee269664209ffd696af /games-action/phobiaii/phobiaii-1.1.ebuild | |
parent | Initial import, ebuild by Ben de Groot, submitted in bug #146738. (diff) | |
download | historical-248eba59e410a5b0821c0c0d87d1dd6598f4ac41.tar.gz historical-248eba59e410a5b0821c0c0d87d1dd6598f4ac41.tar.bz2 historical-248eba59e410a5b0821c0c0d87d1dd6598f4ac41.zip |
Change hard-coded /opt to GAMES_PREFIX_OPT.
Package-Manager: portage-2.1.1
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 } |