aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/eyeos
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/eyeos')
-rw-r--r--recipes/eyeos/eyeos_1.8.7.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/eyeos/eyeos_1.8.7.1.bb b/recipes/eyeos/eyeos_1.8.7.1.bb
index 0966a5ec5d..a8a921fb88 100644
--- a/recipes/eyeos/eyeos_1.8.7.1.bb
+++ b/recipes/eyeos/eyeos_1.8.7.1.bb
@@ -8,7 +8,7 @@ S = "${WORKDIR}/eyeOS"
do_install() {
install -d ${D}/www/pages/eyeos
- cp -r ${S}/* ${D}/www/pages/eyeos
+ cp -R ${S}/* ${D}/www/pages/eyeos
}
PACKAGE_ARCH = "all"