diff options
author | Holger Freyther <zecke@selfish.org> | 2005-09-19 13:07:59 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-19 13:07:59 +0000 |
commit | 9a51b40bd6dc85714c12d9950e9e94e18d145e05 (patch) | |
tree | e2822ad4283e44bb459dc0c1eeaaf7a6c5a35826 /packages/monotone/monotone.inc | |
parent | 1b8721cb33470559a5ce5059fba73acc321fa8e8 (diff) |
Make cp invocations BSD compatible
Diffstat (limited to 'packages/monotone/monotone.inc')
-rw-r--r-- | packages/monotone/monotone.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/monotone/monotone.inc b/packages/monotone/monotone.inc index d13108a6e3..96d552e4d0 100644 --- a/packages/monotone/monotone.inc +++ b/packages/monotone/monotone.inc @@ -32,7 +32,7 @@ ALTERNATIVE_PRIORITY = "40" do_install_append() { install -d ${D}${tsd} install -c -m 755 testsuite ${D}${tsd}/testsuite - cp -a tests ${D}${tsd}/tests + cp -pPR tests ${D}${tsd}/tests # mv ${D}${bindir}/monotone ${D}${bindir}/${PN} } |