summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-09-15 19:52:50 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-09-15 19:52:50 +0000
commit631f8a392f2645a8d4d6e5b82d3af595e5d7c5d4 (patch)
treec9ff6e3b00342247845ef4c13fb4cac7068de399
parentI forgot the s in my sed. Bad me. (diff)
downloadgentoo-2-631f8a392f2645a8d4d6e5b82d3af595e5d7c5d4.tar.gz
gentoo-2-631f8a392f2645a8d4d6e5b82d3af595e5d7c5d4.tar.bz2
gentoo-2-631f8a392f2645a8d4d6e5b82d3af595e5d7c5d4.zip
I forgot the s in my sed. Bad me.
(Portage version: 2.1.1)
-rw-r--r--games-action/phobiaii/ChangeLog5
-rw-r--r--games-action/phobiaii/phobiaii-1.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/games-action/phobiaii/ChangeLog b/games-action/phobiaii/ChangeLog
index 8acb90c809b3..6939b23e20b3 100644
--- a/games-action/phobiaii/ChangeLog
+++ b/games-action/phobiaii/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/phobiaii
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/phobiaii/ChangeLog,v 1.7 2006/09/15 19:26:13 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/phobiaii/ChangeLog,v 1.8 2006/09/15 19:52:50 wolf31o2 Exp $
+
+ 15 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org> phobiaii-1.1.ebuild:
+ I forgot the s in my sed. Bad me.
15 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org> files/phobiaII,
phobiaii-1.1.ebuild:
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"