diff options
author | Daniel Goller <morfic@gentoo.org> | 2005-11-21 23:53:49 +0000 |
---|---|---|
committer | Daniel Goller <morfic@gentoo.org> | 2005-11-21 23:53:49 +0000 |
commit | 62f073a16cedf3284491ab968118c0dc2893bb76 (patch) | |
tree | e44f081e0f7f5dcbef00b56a8eeeb4a676ff4943 /dev-libs/boost/boost-1.32.0-r1.ebuild | |
parent | Tidy up older ebuilds. (diff) | |
download | historical-62f073a16cedf3284491ab968118c0dc2893bb76.tar.gz historical-62f073a16cedf3284491ab968118c0dc2893bb76.tar.bz2 historical-62f073a16cedf3284491ab968118c0dc2893bb76.zip |
changed cp -a to cp -pPR in compliance with bug 103487
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'dev-libs/boost/boost-1.32.0-r1.ebuild')
-rw-r--r-- | dev-libs/boost/boost-1.32.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/boost/boost-1.32.0-r1.ebuild b/dev-libs/boost/boost-1.32.0-r1.ebuild index f66f8db3448a..6f7ac35000a4 100644 --- a/dev-libs/boost/boost-1.32.0-r1.ebuild +++ b/dev-libs/boost/boost-1.32.0-r1.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-libs/boost/boost-1.32.0-r1.ebuild,v 1.11 2005/03/23 04:23:22 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.32.0-r1.ebuild,v 1.12 2005/11/21 23:53:49 morfic Exp $ # This ebuild was generated by Ebuilder v0.4. inherit python multilib eutils @@ -63,7 +63,7 @@ src_compile() { cd tools/build #do_whatever is too limiting here, need to move bunch of different stuff recursively dodir /usr/share/${PN} - cp -a b* c* index.html v1/ v2/ ${D}/usr/share/${PN} + cp -pPR b* c* index.html v1/ v2/ ${D}/usr/share/${PN} cd ${S} if use icc ; then @@ -110,7 +110,7 @@ src_install () { cd tools/build #do_whatever is too limiting here, need to move bunch of different stuff recursively dodir /usr/share/${PN} - cp -a b* c* index.html v1/ v2/ ${D}/usr/share/${PN} + cp -pPR b* c* index.html v1/ v2/ ${D}/usr/share/${PN} cd ${S} if use icc ; then |