diff options
Diffstat (limited to 'net-zope/zope/zope-2.12.17.ebuild')
-rw-r--r-- | net-zope/zope/zope-2.12.17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-zope/zope/zope-2.12.17.ebuild b/net-zope/zope/zope-2.12.17.ebuild index e170714c2a26..612b65b63510 100644 --- a/net-zope/zope/zope-2.12.17.ebuild +++ b/net-zope/zope/zope-2.12.17.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.12.17.ebuild,v 1.1 2011/04/03 19:24:08 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.12.17.ebuild,v 1.2 2011/04/12 22:26:57 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2:2.6" @@ -100,7 +100,7 @@ src_compile() { } distutils_src_install_post_hook() { - 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() { |