diff options
Diffstat (limited to 'meta-xfce/recipes-art')
| -rw-r--r-- | meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb | 8 |
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 2e19d89800..8d990f3fa6 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 | |||
| 14 | S = "${WORKDIR}/OpenZone" | 14 | S = "${WORKDIR}/OpenZone" |
| 15 | 15 | ||
| 16 | do_install() { | 16 | do_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 | ||
| 23 | python populate_packages_prepend () { | 23 | python populate_packages_prepend () { |
