aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/gtk-theme.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/shr/gtk-theme.inc')
-rw-r--r--recipes/shr/gtk-theme.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/shr/gtk-theme.inc b/recipes/shr/gtk-theme.inc
index ccc8798f82..bc985c00aa 100644
--- a/recipes/shr/gtk-theme.inc
+++ b/recipes/shr/gtk-theme.inc
@@ -8,7 +8,7 @@ SRC_URI += "file://gtk-theme/gtkrc.${PN}"
do_install() {
install -d "${D}${datadir}/themes/${PN}/gtk-2.0"
- cp -r "${S}/./" "${D}${datadir}/themes/${PN}/gtk-2.0"
+ cp -R "${S}/./" "${D}${datadir}/themes/${PN}/gtk-2.0"
install -d ${D}${sysconfdir}/gtk-2.0/
install -m 0644 ${WORKDIR}/gtk-theme/gtkrc.${PN} ${D}${sysconfdir}/gtk-2.0/gtkrc.${PN}
}