diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2007-05-07 12:46:26 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2007-05-07 12:46:26 +0000 |
commit | 5561902f98dfb55b74d078bc240a8bda558efaff (patch) | |
tree | a49251a4b4b0768a68204b967fe62f6a0ede5dd8 /dev-python/python-docs/python-docs-2.4.4.ebuild | |
parent | Added patch fixing cmake files to properly detect and add lam-mpi libraries. (diff) | |
download | gentoo-2-5561902f98dfb55b74d078bc240a8bda558efaff.tar.gz gentoo-2-5561902f98dfb55b74d078bc240a8bda558efaff.tar.bz2 gentoo-2-5561902f98dfb55b74d078bc240a8bda558efaff.zip |
Fix collision protect problem, bug 145241.
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-python/python-docs/python-docs-2.4.4.ebuild')
-rw-r--r-- | dev-python/python-docs/python-docs-2.4.4.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/python-docs/python-docs-2.4.4.ebuild b/dev-python/python-docs/python-docs-2.4.4.ebuild index 1bfa01cc21e1..52c9272745f6 100644 --- a/dev-python/python-docs/python-docs-2.4.4.ebuild +++ b/dev-python/python-docs/python-docs-2.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.4.4.ebuild,v 1.4 2007/05/07 10:35:24 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.4.4.ebuild,v 1.5 2007/05/07 12:46:26 kloeri Exp $ DESCRIPTION="HTML documentation for Python" HOMEPAGE="http://www.python.org/doc/${PV}/" @@ -31,7 +31,9 @@ src_install() { insinto /usr/share/info doins ${S}/info/* +} +pkg_preinst() { dodir /etc/env.d echo "PYTHONDOCS=/usr/share/doc/${PF}/html/lib" > ${D}/etc/env.d/50python-docs } |