From 9f07c588cfab4ec83882871b1b8bacc2ee1bc7f1 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 12 Nov 2012 19:13:11 +0000 Subject: dev-vcs/git-cola: Fix doc installation, #442892 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916) --- dev-vcs/git-cola/ChangeLog | 5 ++++- dev-vcs/git-cola/git-cola-1.8.0.ebuild | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'dev-vcs') diff --git a/dev-vcs/git-cola/ChangeLog b/dev-vcs/git-cola/ChangeLog index e9833751a149..b126ec1d1ec8 100644 --- a/dev-vcs/git-cola/ChangeLog +++ b/dev-vcs/git-cola/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/git-cola # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/ChangeLog,v 1.4 2012/08/26 08:48:25 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/ChangeLog,v 1.5 2012/11/12 19:13:11 jlec Exp $ + + 12 Nov 2012; Justin Lecher git-cola-1.8.0.ebuild: + Fix doc installation, #442892 *git-cola-1.8.0 (26 Aug 2012) diff --git a/dev-vcs/git-cola/git-cola-1.8.0.ebuild b/dev-vcs/git-cola/git-cola-1.8.0.ebuild index 47f7c4ae5202..1f7bfaae07dc 100644 --- a/dev-vcs/git-cola/git-cola-1.8.0.ebuild +++ b/dev-vcs/git-cola/git-cola-1.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/git-cola-1.8.0.ebuild,v 1.1 2012/08/26 08:48:25 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/git-cola-1.8.0.ebuild,v 1.2 2012/11/12 19:13:11 jlec Exp $ EAPI=4 @@ -70,8 +70,8 @@ src_install() { dodoc share/doc/git-cola/*.txt if use doc ; then - dohtml -r _build/html/* - doman *.1 + dohtml -r share/doc/git-cola/_build/html/* + doman share/doc/git-cola/*.1 else dohtml "${FILESDIR}/index.html" fi -- cgit v1.2.3-65-gdbad