mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Removed .svn
This commit is contained in:
parent
e089c20ce8
commit
73be9f38de
2
Makefile
2
Makefile
@ -195,7 +195,7 @@ install: $(EXECS)
|
|||||||
|
|
||||||
@echo "Installing themes to $(ELOGDIR)/themes"
|
@echo "Installing themes to $(ELOGDIR)/themes"
|
||||||
@$(INSTALL) -m 0644 themes/default/icons/* $(ELOGDIR)/themes/default/icons/
|
@$(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 \
|
do \
|
||||||
if [ ! -f $(ELOGDIR)/themes/default/`basename $$file` ]; then \
|
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` ; \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user