diff options
author | 2005-10-01 16:19:57 +0000 | |
---|---|---|
committer | 2005-10-01 16:19:57 +0000 | |
commit | 83f039775f624f16ff872c5841a58a873966ee51 (patch) | |
tree | 384ddd126e6ee278ec8b9446df86c915af56cbf3 /dev-lang/ifc/ifc-7.0.064-r1.ebuild | |
parent | Version bump (diff) | |
download | historical-83f039775f624f16ff872c5841a58a873966ee51.tar.gz historical-83f039775f624f16ff872c5841a58a873966ee51.tar.bz2 historical-83f039775f624f16ff872c5841a58a873966ee51.zip |
Replaced GNUish "cp -a" by "cp -pPR" (bug #103487).
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-lang/ifc/ifc-7.0.064-r1.ebuild')
-rw-r--r-- | dev-lang/ifc/ifc-7.0.064-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ifc/ifc-7.0.064-r1.ebuild b/dev-lang/ifc/ifc-7.0.064-r1.ebuild index b9df97daebe0..35b956a58b9b 100644 --- a/dev-lang/ifc/ifc-7.0.064-r1.ebuild +++ b/dev-lang/ifc/ifc-7.0.064-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-lang/ifc/ifc-7.0.064-r1.ebuild,v 1.9 2005/05/26 22:50:39 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-7.0.064-r1.ebuild,v 1.10 2005/10/01 16:19:57 ribosome Exp $ inherit rpm @@ -70,7 +70,7 @@ src_compile() { src_install () { dodoc flicense - cp -a opt ${D} + cp -pPR opt ${D} # ifc enviroment insinto /etc/env.d |