summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-art
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce/recipes-art')
-rw-r--r--meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb b/meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb
index 2e19d8980..8d990f3fa 100644
--- a/meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb
+++ b/meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb
@@ -14,10 +14,10 @@ SRC_URI[sha256sum] = "dc20f97a49e1ff1becf7853ef5f137ed30a4c27490540e755021d78d33
14S = "${WORKDIR}/OpenZone" 14S = "${WORKDIR}/OpenZone"
15 15
16do_install() { 16do_install() {
17 install -d ${D}${datadir}/icons 17 install -d ${D}${datadir}/icons
18 for theme in `find -name '*.tar.xz'`; do 18 for theme in `find -name '*.tar.xz'`; do
19 tar -Jxf ${theme} -C ${D}${datadir}/icons 19 tar -Jxf ${theme} -C ${D}${datadir}/icons
20 done 20 done
21} 21}
22 22
23python populate_packages_prepend () { 23python populate_packages_prepend () {