aboutsummaryrefslogtreecommitdiffstats
path: root/packages/plone
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2005-09-19 13:23:52 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-19 13:23:52 +0000
commit9beffdbf770d4d311d0d7941bea7b31b62275d6e (patch)
tree751db21c9f7c5232006c721d4097182df3d3162a /packages/plone
parentedcf35b6847d3fed9749f33970df61b881eb2554 (diff)
downloadopenembedded-9beffdbf770d4d311d0d7941bea7b31b62275d6e.tar.gz
GNU cp the last missing files... all cp invocations should be BSD compatible now
Diffstat (limited to 'packages/plone')
-rw-r--r--packages/plone/plone_2.0.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/plone/plone_2.0.0.bb b/packages/plone/plone_2.0.0.bb
index 2d615dbc08..152acdb2b6 100644
--- a/packages/plone/plone_2.0.0.bb
+++ b/packages/plone/plone_2.0.0.bb
@@ -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/"