From 73be9f38de17afbc5c06fda24c0b2ec3e5e6bcc8 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Wed, 25 Mar 2015 10:24:26 +0100 Subject: [PATCH] Removed .svn --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 666d762e..4c7ca2c8 100644 --- a/Makefile +++ b/Makefile @@ -195,10 +195,10 @@ install: $(EXECS) @echo "Installing themes to $(ELOGDIR)/themes" @$(INSTALL) -m 0644 themes/default/icons/* $(ELOGDIR)/themes/default/icons/ - @for file in `find themes/default -type f | grep -v .svn` ;\ + @for file in `find themes/default -type f` ;\ do \ if [ ! -f $(ELOGDIR)/themes/default/`basename $$file` ]; then \ - $(INSTALL) -m 0644 $$file $(ELOGDIR)/themes/default/`basename $$file` ;\ + $(INSTALL) -m 0644 $$file $(ELOGDIR)/themes/default/`basename $$file` ; \ fi; \ done