From 06926d0f7b737204ff8f31d8551d72e223ce4a78 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Mon, 19 Sep 2005 11:58:33 +0000 Subject: packages/linux-libc-headers: -Use a more compatible command-line argument. -a is compatible to -dpR and -d is the same as -P and -P exist on FreeBSD --- packages/linux-libc-headers/linux-libc-headers_2.6.7.0.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/linux-libc-headers/linux-libc-headers_2.6.7.0.bb') diff --git a/packages/linux-libc-headers/linux-libc-headers_2.6.7.0.bb b/packages/linux-libc-headers/linux-libc-headers_2.6.7.0.bb index f881d38a34..6a9d81916e 100644 --- a/packages/linux-libc-headers/linux-libc-headers_2.6.7.0.bb +++ b/packages/linux-libc-headers/linux-libc-headers_2.6.7.0.bb @@ -32,11 +32,11 @@ do_configure () { if test ! -e include/asm-$ARCH; then oefatal unable to create asm symlink in kernel headers fi - cp -a "include/asm-$ARCH" "include/asm" + cp -pPR "include/asm-$ARCH" "include/asm" if test "$ARCH" = "arm"; then - cp -a include/asm/arch-ebsa285 include/asm/arch + cp -pPR include/asm/arch-ebsa285 include/asm/arch elif test "$ARCH" = "sh"; then - cp -a include/asm/cpu-${TARGET_ARCH} include/asm/cpu || die "unable to create include/asm/cpu" + cp -pPR include/asm/cpu-${TARGET_ARCH} include/asm/cpu || die "unable to create include/asm/cpu" fi } -- cgit v1.2.3