diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-09-15 19:52:50 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-09-15 19:52:50 +0000 |
commit | 09d07c0f009aead35d079abf8622a689361ecc99 (patch) | |
tree | 161f6cb00bde5b18adea801ece07779c578369f1 /games-action/phobiaii/phobiaii-1.1.ebuild | |
parent | Change hard-coded /opt to GAMES_PREFIX_OPT. (diff) | |
download | historical-09d07c0f009aead35d079abf8622a689361ecc99.tar.gz historical-09d07c0f009aead35d079abf8622a689361ecc99.tar.bz2 historical-09d07c0f009aead35d079abf8622a689361ecc99.zip |
I forgot the s in my sed. Bad me.
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/phobiaii/phobiaii-1.1.ebuild b/games-action/phobiaii/phobiaii-1.1.ebuild index 9c1e9826eeea..b477a2498d9a 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.10 2006/09/15 19:26:13 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/phobiaii/phobiaii-1.1.ebuild,v 1.11 2006/09/15 19:52:50 wolf31o2 Exp $ inherit games @@ -31,7 +31,7 @@ src_install() { dodir "${GAMES_PREFIX_OPT}"/${PN} mv * "${D}/${GAMES_PREFIX_OPT}"/${PN}/ - dosed ":GAMES_PREFIX_OPT:${GAMES_PREFIX_OPT}:" \ + dosed "s:GAMES_PREFIX_OPT:${GAMES_PREFIX_OPT}:" \ ${GAMES_BINDIR}/phobiaII || die "sed" |