diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-01-02 23:09:27 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-01-02 23:09:27 +0000 |
commit | 28b17e1f53ca6c1bbd02b6bddb4739e1b5d49ee1 (patch) | |
tree | a2b344595c00ca52eca33766c1a5457c259ec0f8 | |
parent | Fixing a genesys specific problem, see bug #298578 (diff) | |
download | gentoo-2-28b17e1f53ca6c1bbd02b6bddb4739e1b5d49ee1.tar.gz gentoo-2-28b17e1f53ca6c1bbd02b6bddb4739e1b5d49ee1.tar.bz2 gentoo-2-28b17e1f53ca6c1bbd02b6bddb4739e1b5d49ee1.zip |
fix doc install (bug #299353)
(Portage version: 2.1.6.13/cvs/Linux i686)
-rw-r--r-- | games-action/0verkill/0verkill-0.16-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/0verkill/0verkill-0.16-r3.ebuild b/games-action/0verkill/0verkill-0.16-r3.ebuild index cbc9f502c002..de18a2702f00 100644 --- a/games-action/0verkill/0verkill-0.16-r3.ebuild +++ b/games-action/0verkill/0verkill-0.16-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild,v 1.6 2010/01/02 16:16:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild,v 1.7 2010/01/02 23:09:27 mr_bones_ Exp $ EAPI=2 inherit autotools eutils games @@ -55,7 +55,7 @@ src_install() { insinto "${GAMES_DATADIR}/${PN}" doins -r data grx || die - dohtml doc/*.htm + dohtml doc/*.html rm doc/*.html doc/README.OS2 doc/Readme\ Win32.txt doc/COPYING dodoc doc/* |