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

GIT User account git at amethyst.openembedded.net
Fri Nov 28 09:03:51 UTC 2008


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

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