aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/icon-theme-neo_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/shr/icon-theme-neo_git.bb')
-rw-r--r--recipes/shr/icon-theme-neo_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/shr/icon-theme-neo_git.bb b/recipes/shr/icon-theme-neo_git.bb
index 2d529ba6fd..baa7697c2f 100644
--- a/recipes/shr/icon-theme-neo_git.bb
+++ b/recipes/shr/icon-theme-neo_git.bb
@@ -17,7 +17,7 @@ S = "${WORKDIR}/git/icons/icon-theme-neo"
do_install() {
install -d ${D}${datadir}/icons/
install -d ${D}${datadir}/icons/nEo/
- cp -r ${S}/* "${D}${datadir}/icons/nEo/"
+ cp -R ${S}/* "${D}${datadir}/icons/nEo/"
}
FILES_${PN} = "${datadir}/icons/nEo/"