diff options
Diffstat (limited to 'games-action/phobiaiii/phobiaiii-1.0-r2.ebuild')
-rw-r--r-- | games-action/phobiaiii/phobiaiii-1.0-r2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games-action/phobiaiii/phobiaiii-1.0-r2.ebuild b/games-action/phobiaiii/phobiaiii-1.0-r2.ebuild index dd45dda1823e..79b94c479916 100644 --- a/games-action/phobiaiii/phobiaiii-1.0-r2.ebuild +++ b/games-action/phobiaiii/phobiaiii-1.0-r2.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/phobiaiii/phobiaiii-1.0-r2.ebuild,v 1.4 2006/06/23 05:17:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/phobiaiii/phobiaiii-1.0-r2.ebuild,v 1.5 2006/09/15 19:25:35 wolf31o2 Exp $ inherit games @@ -35,6 +35,8 @@ src_unpack() { src_install() { dogamesbin "${FILESDIR}/phobiaIII" || die "dogamesbin failed" + dosed ":GAMES_PREFIX_OPT:${GAMES_PREFIX_OPT}:" \ + ${GAMES_BINDIR}/phobiaIII || die "sed" if has_version '<sys-libs/glibc-2.3.2' ; then dosed '/LD_PRELOAD/s:.*::' "${GAMES_BINDIR}/phobiaIII" fi |