From 2eb0b5696dce1c23e71695c4d588cf90de17f934 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 9 Jun 2015 09:38:33 +0200 Subject: [PATCH] Fixed install bug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 860b9f18..929a92c6 100644 --- a/Makefile +++ b/Makefile @@ -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 \