diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-11-12 19:13:11 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-11-12 19:13:11 +0000 |
commit | 9f07c588cfab4ec83882871b1b8bacc2ee1bc7f1 (patch) | |
tree | 51aac9680095d73060ccaf5be2d599400ecb20d0 /dev-vcs | |
parent | Antiquated sed statement removed from src_prepare correcting runtime import f... (diff) | |
download | gentoo-2-9f07c588cfab4ec83882871b1b8bacc2ee1bc7f1.tar.gz gentoo-2-9f07c588cfab4ec83882871b1b8bacc2ee1bc7f1.tar.bz2 gentoo-2-9f07c588cfab4ec83882871b1b8bacc2ee1bc7f1.zip |
dev-vcs/git-cola: Fix doc installation, #442892
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git-cola/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/git-cola/git-cola-1.8.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
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 <jlec@gentoo.org> 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 |