summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2010-03-24 16:15:48 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2010-03-24 16:15:48 +0000
commit839139877ffc122ae4086baae8a03f7aced26fd1 (patch)
tree84463031f5d61292ff67d52ee6a0808341d6c03e /dev-python/enable
parentVersion bump for bug 309195, fixes possible XSS security attack and now insta... (diff)
downloadgentoo-2-839139877ffc122ae4086baae8a03f7aced26fd1.tar.gz
gentoo-2-839139877ffc122ae4086baae8a03f7aced26fd1.tar.bz2
gentoo-2-839139877ffc122ae4086baae8a03f7aced26fd1.zip
Fixed doc installation
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/enable')
-rw-r--r--dev-python/enable/enable-3.3.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/enable/enable-3.3.0.ebuild b/dev-python/enable/enable-3.3.0.ebuild
index b9a5376d0ebe..151b8beaea74 100644
--- a/dev-python/enable/enable-3.3.0.ebuild
+++ b/dev-python/enable/enable-3.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/enable/enable-3.3.0.ebuild,v 1.2 2010/03/24 05:34:49 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/enable/enable-3.3.0.ebuild,v 1.3 2010/03/24 16:15:48 bicatali Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -73,7 +73,7 @@ src_install() {
insinto /usr/share/doc/${PF}
if use doc; then
doins -r build/docs/html || die
- doins docs/latex/*.pdf || die
+ doins build/docs/latex/*.pdf || die
fi
if use examples; then
doins -r examples || die