summaryrefslogtreecommitdiffstats
path: root/pixmaps/Makefile
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2002-02-19 11:29:00 +0000
committerdamien <damien@mandriva.com>2002-02-19 11:29:00 +0000
commit4b30add41f2ccd42fd1f7e4f455bdabdec0ed9ef (patch)
tree7986742c042357e3ad4a6312b735b1ed19f2239d /pixmaps/Makefile
parent578ec51fc6585c5f7c2568604c878b9c4c84371b (diff)
downloadcontrol-center-4b30add41f2ccd42fd1f7e4f455bdabdec0ed9ef.tar
control-center-4b30add41f2ccd42fd1f7e4f455bdabdec0ed9ef.tar.gz
control-center-4b30add41f2ccd42fd1f7e4f455bdabdec0ed9ef.tar.bz2
control-center-4b30add41f2ccd42fd1f7e4f455bdabdec0ed9ef.tar.xz
control-center-4b30add41f2ccd42fd1f7e4f455bdabdec0ed9ef.zip
added clean:
Diffstat (limited to 'pixmaps/Makefile')
-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