summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-03-01 17:56:38 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-03-01 17:56:38 +0100
commitc89ad70c66e101fd70889cdf9f56348565008e26 (patch)
tree2260d3542193e3c89a8e59d992a49255c2febc0b
parent6db6293a6d89d2d1c5bec39ab33d290129952edb (diff)
downloadptxdist-c89ad70c66e101fd70889cdf9f56348565008e26.tar.gz
ptxdist-c89ad70c66e101fd70889cdf9f56348565008e26.tar.xz
[pekwm] install the whole theme
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/pekwm.make4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/pekwm.make b/rules/pekwm.make
index 69d94dffd..06885f6cb 100644
--- a/rules/pekwm.make
+++ b/rules/pekwm.make
@@ -65,6 +65,10 @@ endif
ifdef PTXCONF_PEKWM_INSTALL_THEME
@$(call install_copy, pekwm, 0, 0, 0644, -, \
/usr/share/pekwm/themes/default/theme)
+ @cd $(PEKWM_PKGDIR) && \
+ find usr/share/pekwm/themes/default -type f | while read file; do \
+ $(call install_copy, pekwm, 0, 0, 0644, -, /$$file); \
+ done
endif
@$(call install_finish,pekwm)