diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-11-12 19:13:12 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-11-12 19:13:12 +0000 |
commit | df8a289cdba1690381bffdc66c88802301d046a7 (patch) | |
tree | 87cee3e230553c9b064164c7cfecfa0ea32e11ab /dev-vcs/git-cola/git-cola-1.8.0.ebuild | |
parent | Antiquated sed statement removed from src_prepare correcting runtime import f... (diff) | |
download | historical-df8a289cdba1690381bffdc66c88802301d046a7.tar.gz historical-df8a289cdba1690381bffdc66c88802301d046a7.tar.bz2 historical-df8a289cdba1690381bffdc66c88802301d046a7.zip |
dev-vcs/git-cola: Fix doc installation, #442892
Package-Manager: portage-2.2.0_alpha142/cvs/Linux x86_64
Manifest-Sign-Key: 0x8009D6F070EB7916
Diffstat (limited to 'dev-vcs/git-cola/git-cola-1.8.0.ebuild')
-rw-r--r-- | dev-vcs/git-cola/git-cola-1.8.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 |