GNU cp the last missing files... all cp invocations should be BSD compatible now
authorHolger Freyther <zecke@selfish.org>
Mon, 19 Sep 2005 13:23:52 +0000 (13:23 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 19 Sep 2005 13:23:52 +0000 (13:23 +0000)
packages/plone/plone_2.0.0.bb
packages/qte-fonts-common/qte-fonts-common_3.3.5.bb

index 2d615db..152acdb 100644 (file)
@@ -9,7 +9,7 @@ S = "${WORKDIR}/CMFPlone-2.0-final"
 
 do_install() {
        install -d ${D}${libdir}/python/Products/
-       cp -a ${S}/* ${D}${libdir}/python/Products/
+       cp -pPR ${S}/* ${D}${libdir}/python/Products/
 }
 
 FILES_${PN} = "${libdir}/python/Products/"
index 188b78d..db4568d 100644 (file)
@@ -17,7 +17,7 @@ do_install() {
        mkdir -p ${D}${sbindir}
        install -m 755 ${WORKDIR}/update-qtfontdir ${D}${sbindir}
        mkdir -p ${D}${palmtopdir}/lib/fonts
-       cp -a lib/fonts/* ${D}${palmtopdir}/lib/fonts
+       cp -pPR lib/fonts/* ${D}${palmtopdir}/lib/fonts
        # Delete all other font formats, Qt/E would have a dead slow
        # application start time if it had to use any other font format
        # as *.qpf ...