mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Fixed install bug
This commit is contained in:
parent
a09ed01c82
commit
2eb0b5696d
2
Makefile
2
Makefile
@ -193,7 +193,7 @@ install: $(EXECS)
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
@echo "Installing themes to $(ELOGDIR)/themes"
|
@echo "Installing themes to $(ELOGDIR)/themes"
|
||||||
@$(INSTALL) -m 0644 themes/default/* $(ELOGDIR)/themes/default/
|
@cp -r themes/* $(ELOGDIR)/themes
|
||||||
|
|
||||||
@echo "Installing example logbook to $(ELOGDIR)/logbooks/demo"
|
@echo "Installing example logbook to $(ELOGDIR)/logbooks/demo"
|
||||||
@if [ ! -f $(ELOGDIR)/logbooks/demo/2001 ]; then \
|
@if [ ! -f $(ELOGDIR)/logbooks/demo/2001 ]; then \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user