diff options
author | 2005-08-24 16:36:27 +0000 | |
---|---|---|
committer | 2005-08-24 16:36:27 +0000 | |
commit | d182cbfc149e2f3ce2506dff40e5ec5ff1e68c34 (patch) | |
tree | 12717d236c8ae1f5eba74712f36bd645f2a1d982 /sci-libs/fftw/fftw-3.0.1-r2.ebuild | |
parent | new version (diff) | |
download | gentoo-2-d182cbfc149e2f3ce2506dff40e5ec5ff1e68c34.tar.gz gentoo-2-d182cbfc149e2f3ce2506dff40e5ec5ff1e68c34.tar.bz2 gentoo-2-d182cbfc149e2f3ce2506dff40e5ec5ff1e68c34.zip |
No longer using cp -a (bug #103487)
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-libs/fftw/fftw-3.0.1-r2.ebuild')
-rw-r--r-- | sci-libs/fftw/fftw-3.0.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/fftw/fftw-3.0.1-r2.ebuild b/sci-libs/fftw/fftw-3.0.1-r2.ebuild index d95152ab1a8f..de4a63d47bf2 100644 --- a/sci-libs/fftw/fftw-3.0.1-r2.ebuild +++ b/sci-libs/fftw/fftw-3.0.1-r2.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/sci-libs/fftw/fftw-3.0.1-r2.ebuild,v 1.7 2005/08/11 23:47:40 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.0.1-r2.ebuild,v 1.8 2005/08/24 16:36:27 phosphan Exp $ inherit flag-o-matic eutils toolchain-funcs @@ -22,7 +22,7 @@ src_unpack() { cd "${WORKDIR}" use ppc-macos && epatch ${FILESDIR}/${PN}-ppc-macos.patch mv ${P} ${P}-single - cp -a ${P}-single ${P}-double + cp -pPR ${P}-single ${P}-double } src_compile() { |