diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-04-14 16:35:21 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-04-14 16:35:21 +0000 |
commit | 4b934f81c4760793616869de49a8f11d6933d269 (patch) | |
tree | 96505360bfb048fc238d586992434031821b6441 /games-arcade/blobwars | |
parent | arm/s390/sh stable (diff) | |
download | gentoo-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.ebuild | 3 |
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" } |