summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-03-05 08:24:45 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-03-05 08:24:45 +0000
commit6c2c899d600b4264a6d2876b854672015438dbda (patch)
tree429e44e3ef7311f5251abc3c2f7349fc27dc88a3 /Makefile
parent256af4c843ad8e46d8a3660a3665389bf3b70eff (diff)
Get rid of content directly under /var/www
* Web interface files now reside under /usr/share/rapid-tunneling/www . * On Debian package: just remove the /var/www/support link. * Thus usage of apache configuration is mandatory. * On rpm: also restart apache. git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@6827 283159da-0705-0410-b60c-f2062b4bb6ad
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)