From d668d70a0931084b0e8300f4395a41a74d055f59 Mon Sep 17 00:00:00 2001 From: wes Date: Mon, 8 Aug 2016 18:14:47 -0400 Subject: [PATCH] NOPE --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f4fe988..ffe7e04 100644 --- a/Makefile +++ b/Makefile @@ -21,8 +21,8 @@ clean: install: $(MAKE) clean; $(MAKE); - rm -rf ${SRV_ROOT}build/; - cp -rT ./build ${SRV_ROOT}build/; + rm -rf /srv/http/build/; + cp -rT ./build /srv/http/build/; cp -rT ./build/scripts/ ${SRV_ROOT}scripts/; cp -rT ./build/styles/ ${SRV_ROOT}styles/; - cp search.ini ${SRV_ROOT}build/; + cp search.ini /srv/http/build/;