diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-16 11:08:55 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-16 11:08:55 +0000 |
commit | 5a6e44a1615d698ba84ec5a02112d617a0af9e64 (patch) | |
tree | f6b00dc1d69dbb114fc49e64be3ca60ecc2ea524 /dev-lang/icc/icc-9.0.023.ebuild | |
parent | Remove GNUish cp -a call. Bug #103487. (diff) | |
download | historical-5a6e44a1615d698ba84ec5a02112d617a0af9e64.tar.gz historical-5a6e44a1615d698ba84ec5a02112d617a0af9e64.tar.bz2 historical-5a6e44a1615d698ba84ec5a02112d617a0af9e64.zip |
Remove GNUish cp -a call. Bug #103487.
Package-Manager: portage-2.0.53
Diffstat (limited to 'dev-lang/icc/icc-9.0.023.ebuild')
-rw-r--r-- | dev-lang/icc/icc-9.0.023.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/icc/icc-9.0.023.ebuild b/dev-lang/icc/icc-9.0.023.ebuild index 3dceb81f5a91..162e2b4928cd 100644 --- a/dev-lang/icc/icc-9.0.023.ebuild +++ b/dev-lang/icc/icc-9.0.023.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-9.0.023.ebuild,v 1.2 2005/07/04 21:55:23 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-9.0.023.ebuild,v 1.3 2005/12/16 11:08:55 flameeyes Exp $ inherit rpm @@ -84,8 +84,8 @@ src_install () { dodoc ${S}/lgpltext dodoc ${S}/clicense dodir ${instdir} - cp -a opt/intel/cc*/9.0/* ${D}/${instdir} - cp -a opt/intel/idb*/9.0/* ${D}/${instdir} + cp -pPR opt/intel/cc*/9.0/* ${D}/${instdir} + cp -pPR opt/intel/idb*/9.0/* ${D}/${instdir} insinto /etc/env.d doins ${FILESDIR}/${PVR}/05icc-ifc || die exeinto ${instdir}/bin |