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 | 3a219481a3fd2017e341b95b06ee900c50090961 (patch) | |
tree | c978138d31dbbd30b051f242492f42bc03b50495 /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 | gentoo-2-3a219481a3fd2017e341b95b06ee900c50090961.tar.gz gentoo-2-3a219481a3fd2017e341b95b06ee900c50090961.tar.bz2 gentoo-2-3a219481a3fd2017e341b95b06ee900c50090961.zip |
fix not installing anything bug (#148244)
(Portage version: 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 |