summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-04-14 16:35:21 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-04-14 16:35:21 +0000
commit4b934f81c4760793616869de49a8f11d6933d269 (patch)
tree96505360bfb048fc238d586992434031821b6441 /games-arcade/blobwars
parentarm/s390/sh stable (diff)
downloadgentoo-2-4b934f81c4760793616869de49a8f11d6933d269.tar.gz
gentoo-2-4b934f81c4760793616869de49a8f11d6933d269.tar.bz2
gentoo-2-4b934f81c4760793616869de49a8f11d6933d269.zip
fix manual location string
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-arcade/blobwars')
-rw-r--r--games-arcade/blobwars/blobwars-1.06.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games-arcade/blobwars/blobwars-1.06.ebuild b/games-arcade/blobwars/blobwars-1.06.ebuild
index 2086d4da27af..7ec4b3f0667e 100644
--- a/games-arcade/blobwars/blobwars-1.06.ebuild
+++ b/games-arcade/blobwars/blobwars-1.06.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/blobwars/blobwars-1.06.ebuild,v 1.1 2007/04/10 22:22:57 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/blobwars/blobwars-1.06.ebuild,v 1.2 2007/04/14 16:35:21 mr_bones_ Exp $
inherit games
@@ -28,6 +28,7 @@ src_unpack() {
# don't build the pak file in the install stage.
sed -i \
-e "70d" \
+ -e "/GAMEPLAYMANUAL/s:index:html/index:" \
makefile \
|| die "sed failed"
}