From 68c0e30eb913355a0a7c063d362fcba1e27ad00b Mon Sep 17 00:00:00 2001 From: Steve Dibb Date: Mon, 19 Oct 2009 21:49:50 +0000 Subject: Fix dohtml (Portage version: 2.2_rc42/cvs/Linux x86_64) --- app-editors/nano/nano-2.1.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-editors') diff --git a/app-editors/nano/nano-2.1.10.ebuild b/app-editors/nano/nano-2.1.10.ebuild index 0dd6748eabaa..97290c94cdc9 100644 --- a/app-editors/nano/nano-2.1.10.ebuild +++ b/app-editors/nano/nano-2.1.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.10.ebuild,v 1.6 2009/10/12 20:16:30 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.10.ebuild,v 1.7 2009/10/19 21:49:50 beandog Exp $ EAPI=2 inherit eutils @@ -62,7 +62,7 @@ src_install() { emake DESTDIR="${D}" install || die dodoc ChangeLog README doc/nanorc.sample AUTHORS BUGS NEWS TODO - dohtml *.html + dohtml doc/faq.html insinto /etc newins doc/nanorc.sample nanorc -- cgit v1.2.3-65-gdbad