From 0ab45b3d64ca4d2e509d866cdbda2015fd0f0cb1 Mon Sep 17 00:00:00 2001 From: Jonathan Callen Date: Fri, 31 Dec 2010 21:51:41 +0000 Subject: Fix handling of EPREFIX in python_merge_intermediate_installation_images() --- eclass/python.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') diff --git a/eclass/python.eclass b/eclass/python.eclass index e24b42560ef1..0ac20b7a76b1 100644 --- a/eclass/python.eclass +++ b/eclass/python.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.107 2010/12/26 11:30:27 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.108 2010/12/31 21:51:41 abcd Exp $ # @ECLASS: python.eclass # @MAINTAINER: @@ -1449,7 +1449,7 @@ for file in sorted(files_set): popd > /dev/null || die "popd failed" - cp -fr --preserve=all "${intermediate_installation_images_directory}/${PYTHON_ABI}/"* "${ED}" || die "Merging of intermediate installation image for Python ABI '${PYTHON_ABI} into installation image failed" + cp -fr --preserve=all "${intermediate_installation_images_directory}/${PYTHON_ABI}/"* "${D}" || die "Merging of intermediate installation image for Python ABI '${PYTHON_ABI} into installation image failed" done rm -fr "${intermediate_installation_images_directory}" -- cgit v1.2.3-65-gdbad