diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-04-23 07:46:36 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-04-23 07:46:36 +0000 |
commit | 4501e457fae0125a82c13376bd04b0267b29047e (patch) | |
tree | 2437840355e9b788a6293e84157b44efa3d67fff /dev-lang/icc | |
parent | Removed resynth (bug #253556) and fixed soname bug #224915 by adding a patchset (diff) | |
download | historical-4501e457fae0125a82c13376bd04b0267b29047e.tar.gz historical-4501e457fae0125a82c13376bd04b0267b29047e.tar.bz2 historical-4501e457fae0125a82c13376bd04b0267b29047e.zip |
Don't use EROOT with helper functions
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-lang/icc')
-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 5bfe0bc88e72..cf903c82bfa7 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.4 2010/04/23 06:35:47 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-11.1.056-r1.ebuild,v 1.5 2010/04/23 07:45:59 jlec Exp $ EAPI="3" @@ -107,7 +107,7 @@ src_install() { keepdir /opt/intel/licenses einfo "Copying files" - dodir "${EROOT}${DESTINATION}" + dodir "/${DESTINATION}" cp -pPR \ ${DESTINATION}/* \ "${ED}"/${DESTINATION}/ \ |