diff options
Diffstat (limited to 'pixmaps/Makefile')
-rw-r--r-- | pixmaps/Makefile | 4 |
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 |