From cff23ed627f042a03034c638d91a15e152f5c79f Mon Sep 17 00:00:00 2001 From: Simon Stelling Date: Wed, 21 Feb 2007 09:19:30 +0000 Subject: [PATCH] cp -d is non-POSIX --- eclass/emul-libs.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/emul-libs.eclass b/eclass/emul-libs.eclass index e0950bbf7a73..ba7e38688418 100644 --- a/eclass/emul-libs.eclass +++ b/eclass/emul-libs.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/emul-libs.eclass,v 1.2 2007/02/21 09:14:13 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/emul-libs.eclass,v 1.3 2007/02/21 09:19:30 blubb Exp $ # # Original Author: Simon Stelling @@ -41,5 +41,5 @@ emul-libs_src_install() { # remove void directories find "${S}" -depth -print0 -type d | xargs -0 rmdir 2&>/dev/null - cp -dpPR "${S}"/* "${D}"/ || die "copying files failed!" + cp -pPR "${S}"/* "${D}"/ || die "copying files failed!" } -- 2.26.2