diff options
author | 2017-05-28 10:35:22 +0200 | |
---|---|---|
committer | 2017-05-31 09:07:49 +0200 | |
commit | 8f944cac2aeab12aa6c677c05465736fb81ff3fd (patch) | |
tree | 1b0facbd17602b1adbaf91a076572a4fdd7a9690 /INSTALL | |
parent | 4f4c86271cbc57ac613e5550fb3a7abccc1fdc58 (diff) |
Fix XDS webapp install dir
Change-Id: Ia360626f409b68936956218ac5764d31779d4622
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL/tasks.d/80_xds | 4 |
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 { |