From cddab6b0ad82192e72e505cec1222c1535882a68 Mon Sep 17 00:00:00 2001
From: nisstyre56 <wjak56@gmail.com>
Date: Mon, 10 Oct 2016 21:36:39 +0000
Subject: [PATCH] remove stupid variable that keeps messing shit up

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index abddce6..a4b97e3 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,6 @@ install:
 	$(MAKE);
 	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 -rT ./build/scripts/ /srv/http/goal/scripts/;
+	cp -rT ./build/styles/ /srv/http/goal/styles/;
 	cp search.ini /srv/http/build/;