aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/webkit/arora.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/webkit/arora.inc')
-rw-r--r--recipes/webkit/arora.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/webkit/arora.inc b/recipes/webkit/arora.inc
index 5d41a2e685..defb71fff2 100644
--- a/recipes/webkit/arora.inc
+++ b/recipes/webkit/arora.inc
@@ -37,8 +37,8 @@ do_install() {
done
oe_runmake -e INSTALL_ROOT=${D} install
- cp -r ${D}/${D}/* ${D}/ || true
- cp -r ${D}/usr/local/* ${D}${prefix} || true
+ cp -R ${D}/${D}/* ${D}/ || true
+ cp -R ${D}/usr/local/* ${D}${prefix} || true
rm -rf ${D}/usr/local ${D}/${D}
if [ "$QT_LIBINFIX" = "E" ] ; then