diff options
Diffstat (limited to 'packages/monotone')
-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} } |