diff options
author | Alastair Tse <liquidx@gentoo.org> | 2006-09-19 21:26:03 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2006-09-19 21:26:03 +0000 |
commit | 41dfe7b19f57f5d1293a4b5024943ea7008f720b (patch) | |
tree | 5fb39d5f154709dd292deb0a4b2b22b759cb0acf /dev-python/python-docs/python-docs-2.5.ebuild | |
parent | fixes numberous PKCS#11 stand violations as per bug #122357. Thanks Alon Bar-... (diff) | |
download | historical-41dfe7b19f57f5d1293a4b5024943ea7008f720b.tar.gz historical-41dfe7b19f57f5d1293a4b5024943ea7008f720b.tar.bz2 historical-41dfe7b19f57f5d1293a4b5024943ea7008f720b.zip |
fix not installing anything bug (#148244)
Package-Manager: portage-2.1.1
Diffstat (limited to 'dev-python/python-docs/python-docs-2.5.ebuild')
-rw-r--r-- | dev-python/python-docs/python-docs-2.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-docs/python-docs-2.5.ebuild b/dev-python/python-docs/python-docs-2.5.ebuild index a5cb17e50f5e..1860ed8dc31a 100644 --- a/dev-python/python-docs/python-docs-2.5.ebuild +++ b/dev-python/python-docs/python-docs-2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.5.ebuild,v 1.1 2006/09/19 19:22:09 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.5.ebuild,v 1.2 2006/09/19 21:26:03 liquidx Exp $ DESCRIPTION="HTML documentation for Python" HOMEPAGE="http://www.python.org/doc/${PV}/" @@ -23,7 +23,7 @@ src_unpack() { src_install() { docinto html - cp -R ${S}/Python-Docs-${MY_PV}/* ${D}/usr/share/doc/${PF}/html + cp -R ${S}/Python-Docs-${PV}/* ${D}/usr/share/doc/${PF}/html dodir /etc/env.d echo "PYTHONDOCS=/usr/share/doc/${PF}/html" > ${D}/etc/env.d/50python-docs |