summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fb584ae..6fce990 100644
--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,7 @@ SOURCES = Makefile $(SPEC) $(SCRIPTS) $(CONFIGS) $(INIT_D) $(GUI) \
SBINDIR = /usr/sbin
MANDIR = /usr/share/man/man8
BINDIR = /usr/share/rapid-tunneling/bin
-WWWROOT = /var/www/html
-WWWHOME = $(WWWROOT)/support
+WWWHOME = /usr/share/rapid-tunneling/www
VER = $(shell awk '/^Version: / {print $$2}' $(SPEC)| head -n 1)
RPM_REL = $(shell awk '/^Release: / {print $$2}' $(SPEC)| head -n 1)