summaryrefslogtreecommitdiffstats
path: root/pixmaps/Makefile
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2002-02-21 18:12:43 +0000
committerdamien <damien@mandriva.com>2002-02-21 18:12:43 +0000
commitd6412e0e349918891f30751102393793a6745ebb (patch)
tree32552d79ca4e6f255deb025f4e60006bc8a651c8 /pixmaps/Makefile
parent25af10b8bcc2e825dad44e86d8eef1317a376a9d (diff)
downloadcontrol-center-d6412e0e349918891f30751102393793a6745ebb.tar
control-center-d6412e0e349918891f30751102393793a6745ebb.tar.gz
control-center-d6412e0e349918891f30751102393793a6745ebb.tar.bz2
control-center-d6412e0e349918891f30751102393793a6745ebb.tar.xz
control-center-d6412e0e349918891f30751102393793a6745ebb.zip
re-adding with -kb
Diffstat (limited to 'pixmaps/Makefile')
-rw-r--r--pixmaps/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pixmaps/Makefile b/pixmaps/Makefile
index a360fb76..7bf92536 100644
--- a/pixmaps/Makefile
+++ b/pixmaps/Makefile
@@ -1,4 +1,4 @@
-THEMES = default kde
+THEMES = default kde gnome
mcc_dir = $(RPM_BUILD_ROOT)/usr/share/mcc
all:
@@ -6,4 +6,4 @@ all:
clean:
install:
- for d in $(THEMES); do ( install -d $(mcc_dir)/$$d ; install -m644 $$d/* $(mcc_dir)/$$d ) ; done
+ for d in $(THEMES); do ( install -d $(mcc_dir)/$$d ; install -m644 $$d/*.png $(mcc_dir)/$$d ; if [ -e $$d/*.rc ]; then install -m644 $$d/*.rc $(mcc_dir)/$$d; fi; ) ; done