Fixed install bug

This commit is contained in:
2015-06-09 09:38:33 +02:00
parent a09ed01c82
commit 2eb0b5696d
+1 -1
View File
@@ -193,7 +193,7 @@ install: $(EXECS)
fi
@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"
@if [ ! -f $(ELOGDIR)/logbooks/demo/2001 ]; then \