summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-05-26 15:32:06 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-05-26 15:32:06 +0200
commit49497b5b1e2a40ae9fac8bd43ecdfeed4d00e248 (patch)
treeb8b94704e5977f04a35e24639f56e0fe75e2c7bf /Makefile
parentcbbddf9a84163975a0a9110e384426567467cfd1 (diff)
Fix webapp location for install and startup.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 96bada4..bcaab92 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ ifeq ($(origin INSTALL_DIR), undefined)
INSTALL_DIR := /usr/local/bin
endif
ifeq ($(origin INSTALL_WEBAPP_DIR), undefined)
- INSTALL_WEBAPP_DIR := $(INSTALL_DIR)/xds-server-www
+ INSTALL_WEBAPP_DIR := $(INSTALL_DIR)/www-xds-server
endif
HOST_GOOS=$(shell go env GOOS)