summaryrefslogtreecommitdiffstats
path: root/pixmaps
diff options
context:
space:
mode:
Diffstat (limited to 'pixmaps')
-rw-r--r--pixmaps/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/pixmaps/Makefile b/pixmaps/Makefile
new file mode 100644
index 00000000..802858bb
--- /dev/null
+++ b/pixmaps/Makefile
@@ -0,0 +1,8 @@
+THEMES = default kde
+mcc_dir = $(RPM_BUILD_ROOT)/usr/share/mcc
+
+all:
+ echo $(mcc_dir);
+
+install:
+ for d in $(THEMES); do ( install -d $(mcc_dir)/$$d ; install -m644 $$d/* $(mcc_dir)/$$d ) ; done