aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-05-28 10:35:22 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-05-31 09:07:49 +0200
commit8f944cac2aeab12aa6c677c05465736fb81ff3fd (patch)
tree1b0facbd17602b1adbaf91a076572a4fdd7a9690
parent4f4c86271cbc57ac613e5550fb3a7abccc1fdc58 (diff)
Fix XDS webapp install dir
Change-Id: Ia360626f409b68936956218ac5764d31779d4622 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
-rw-r--r--INSTALL/tasks.d/80_xds4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL/tasks.d/80_xds b/INSTALL/tasks.d/80_xds
index 6d39a44..f433495 100644
--- a/INSTALL/tasks.d/80_xds
+++ b/INSTALL/tasks.d/80_xds
@@ -3,7 +3,7 @@
# install required tools for XDS
XDS_BINDIR=/usr/local/bin
-XDS_WWWDIR=/usr/local/lib/xds/www
+XDS_WWWDIR=/var/www/xds-server
XDS_CONFDIR=${DEVUSER_HOME}/.xds
curdir=`pwd`
@@ -20,7 +20,7 @@ url="https://github.com/iotbzh/xds-server" \
&& mkdir -p /tmp/src/github.com/iotbzh && cd /tmp/src/github.com/iotbzh \
&& git clone "${url}" \
&& cd xds-server \
- && INSTALL_DIR="${XDS_BINDIR}" INSTALL_WEBAPP_DIR="${XDS_WWWDIR}" && make all install \
+ && INSTALL_DIR="${XDS_BINDIR}" INSTALL_WEBAPP_DIR="${XDS_WWWDIR}" make all install \
&& mkdir -p ${XDS_CONFDIR} \
&& cat <<EOF >${XDS_CONFDIR}/config.json
{