mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Removed .svn
This commit is contained in:
parent
e089c20ce8
commit
73be9f38de
4
Makefile
4
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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user