aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openmoko-3rdparty
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/openmoko-3rdparty')
-rw-r--r--recipes/openmoko-3rdparty/thone_0.7.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/openmoko-3rdparty/thone_0.7.bb b/recipes/openmoko-3rdparty/thone_0.7.bb
index 2a74d4e78d..6e6754dac5 100644
--- a/recipes/openmoko-3rdparty/thone_0.7.bb
+++ b/recipes/openmoko-3rdparty/thone_0.7.bb
@@ -14,6 +14,6 @@ S = "${WORKDIR}/usr"
do_install() {
install -d ${D}/usr
- cp -ra ${S}/bin ${D}/usr
- cp -ra ${S}/share ${D}/usr
+ cp -Ra ${S}/bin ${D}/usr
+ cp -Ra ${S}/share ${D}/usr
}