From 3c71da16be8fff4c7bfb42c18d4cd474aa988e73 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Sun, 13 Sep 2015 00:57:22 +0200 Subject: [PATCH] Fix installation of wdocs (thanks to @rk295) closes #20 closes #19 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1c5ef31..4b8dac9 100644 --- a/Makefile +++ b/Makefile @@ -94,6 +94,6 @@ install: ot-recorder ocat mkdir -p $(BUILDROOT)$(INSTALLDIR)/{bin,sbin} mkdir -p $(BUILDROOT)$(STORAGEDEFAULT) mkdir -p $(BUILDROOT)$(DOCROOT) - cp -R wdocs $(BUILDROOT)$(DOCROOT)/ + cp -R wdocs/* $(BUILDROOT)$(DOCROOT)/ install --mode 0755 ot-recorder $(BUILDROOT)$(INSTALLDIR)/sbin install --mode 0755 ocat $(BUILDROOT)$(INSTALLDIR)/bin