summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pixmaps/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/pixmaps/Makefile b/pixmaps/Makefile
index 802858bb..a360fb76 100644
--- a/pixmaps/Makefile
+++ b/pixmaps/Makefile
@@ -2,7 +2,8 @@ THEMES = default kde
mcc_dir = $(RPM_BUILD_ROOT)/usr/share/mcc
all:
- echo $(mcc_dir);
+
+clean:
install:
for d in $(THEMES); do ( install -d $(mcc_dir)/$$d ; install -m644 $$d/* $(mcc_dir)/$$d ) ; done