aboutsummaryrefslogtreecommitdiffstats
path: root/packages/monotone
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2005-09-19 13:07:59 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-19 13:07:59 +0000
commit9a51b40bd6dc85714c12d9950e9e94e18d145e05 (patch)
treee2822ad4283e44bb459dc0c1eeaaf7a6c5a35826 /packages/monotone
parent1b8721cb33470559a5ce5059fba73acc321fa8e8 (diff)
downloadopenembedded-9a51b40bd6dc85714c12d9950e9e94e18d145e05.tar.gz
Make cp invocations BSD compatible
Diffstat (limited to 'packages/monotone')
-rw-r--r--packages/monotone/monotone.inc2
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}
}