diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-04-23 06:35:47 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-04-23 06:35:47 +0000 |
commit | 849f9c04dc68f04b90f87742eaab8f8560b255b1 (patch) | |
tree | b5149de17565a44952f9540f57068f88f15f7a83 /dev-lang | |
parent | amd64 stable, bug 316143 (diff) | |
download | gentoo-2-849f9c04dc68f04b90f87742eaab8f8560b255b1.tar.gz gentoo-2-849f9c04dc68f04b90f87742eaab8f8560b255b1.tar.bz2 gentoo-2-849f9c04dc68f04b90f87742eaab8f8560b255b1.zip |
Fix Sandbox Violations on non prefixed arches part III
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/icc/icc-11.1.056-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/icc/icc-11.1.056-r1.ebuild b/dev-lang/icc/icc-11.1.056-r1.ebuild index 8d0c61ed6750..5bfe0bc88e72 100644 --- a/dev-lang/icc/icc-11.1.056-r1.ebuild +++ b/dev-lang/icc/icc-11.1.056-r1.ebuild @@ -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/dev-lang/icc/icc-11.1.056-r1.ebuild,v 1.3 2010/04/23 06:31:27 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-11.1.056-r1.ebuild,v 1.4 2010/04/23 06:35:47 jlec Exp $ EAPI="3" @@ -107,7 +107,7 @@ src_install() { keepdir /opt/intel/licenses einfo "Copying files" - dodir "${DESTINATION}" + dodir "${EROOT}${DESTINATION}" cp -pPR \ ${DESTINATION}/* \ "${ED}"/${DESTINATION}/ \ |