From e4420a3e2d899331b4c0518e28156bdfb0cb6e8a Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Wed, 1 Oct 2014 08:20:32 +0200 Subject: [PATCH] Tweaked cp command in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 75f8be6d..5fd93583 100644 --- a/Makefile +++ b/Makefile @@ -166,7 +166,7 @@ install: $(EXECS) @$(INSTALL) -v -m 0644 scripts/*.js $(ELOGDIR)/scripts/ @echo "Installing CKeditor to $(ELOGDIR)/scripts/ckeditor" - cp -r scripts/ $(ELOGDIR)/scripts + cp -r scripts/* $(ELOGDIR)/scripts @echo "Installing resources to $(ELOGDIR)/resources" @$(INSTALL) -m 0644 resources/* $(ELOGDIR)/resources/