diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-12 22:26:57 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-12 22:26:57 +0000 |
commit | 5bb7d8437f13ec11a66d169864d9225945710ec8 (patch) | |
tree | ebf99aa2f2f05a1e574d8195d5ec2282d65ae521 /net-zope/zope/zope-2.13.6.ebuild | |
parent | Add prefix keywords, fix D/ED usage (diff) | |
download | gentoo-2-5bb7d8437f13ec11a66d169864d9225945710ec8.tar.gz gentoo-2-5bb7d8437f13ec11a66d169864d9225945710ec8.tar.bz2 gentoo-2-5bb7d8437f13ec11a66d169864d9225945710ec8.zip |
Use distutils_get_intermediate_installation_image().
(Portage version: 2.2.0_alpha29_p17/cvs/Linux x86_64)
Diffstat (limited to 'net-zope/zope/zope-2.13.6.ebuild')
-rw-r--r-- | net-zope/zope/zope-2.13.6.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-zope/zope/zope-2.13.6.ebuild b/net-zope/zope/zope-2.13.6.ebuild index a18c88c9e7e2..9c7871230c69 100644 --- a/net-zope/zope/zope-2.13.6.ebuild +++ b/net-zope/zope/zope-2.13.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.13.6.ebuild,v 1.1 2011/04/03 19:47:47 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.13.6.ebuild,v 1.2 2011/04/12 22:26:57 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2:2.6" @@ -110,8 +110,7 @@ src_compile() { } distutils_src_install_post_hook() { - # mv "$(distutils_get_intermediate_installation_image)/${ZOPE_INSTALLATION_DIR}/lib/python"{,-${PYTHON_ABI}} - mv "${T}/images/${PYTHON_ABI}/${ZOPE_INSTALLATION_DIR}/lib/python"{,-${PYTHON_ABI}} + mv "$(distutils_get_intermediate_installation_image)/${ZOPE_INSTALLATION_DIR}/lib/python"{,-${PYTHON_ABI}} } src_install() { |