[oe-commits] Koen Kooi : libtool: BSD doesn't support cp -r, change to cp -R

GIT User account git at amethyst.openembedded.net
Thu Nov 13 15:10:12 UTC 2008


Module: openembedded.git
Branch: koen/darwin-host-fixes
Commit: 3275191b366ca02d0b9db11cc238099c4ea70bd2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3275191b366ca02d0b9db11cc238099c4ea70bd2

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Nov 13 14:23:56 2008 +0100

libtool: BSD doesn't support cp -r, change to cp -R

---

 packages/libtool/libtool-native_2.2.4.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/libtool/libtool-native_2.2.4.bb b/packages/libtool/libtool-native_2.2.4.bb
index a4f76c6..1966a85 100644
--- a/packages/libtool/libtool-native_2.2.4.bb
+++ b/packages/libtool/libtool-native_2.2.4.bb
@@ -39,7 +39,7 @@ do_stage () {
 	install -c -m 0644 ${S}/libltdl/m4/argz.m4 ${STAGING_DATADIR}/aclocal/
 
 	install -d ${STAGING_DATADIR}/libtool/libltdl
-	cp -pfPr  ${S}/libltdl/* ${STAGING_DATADIR}/libtool/libltdl/
+	cp -pfPR  ${S}/libltdl/* ${STAGING_DATADIR}/libtool/libltdl/
 }
 
 do_install () {





More information about the Openembedded-commits mailing list