summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-03-20 16:39:36 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-04-10 12:43:28 +0000
commite21824a611c021ef17e201038c4751a5a523b193 (patch)
tree39348286fcf3755ad0f07ce0bb501d01e9241e50
parentb3b942117cad7d70b1428e23bfef43909a5da432 (diff)
downloadtrove-setup-e21824a611c021ef17e201038c4751a5a523b193.tar.gz
Add a symlink to the LC static files into htdocs
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 453c01e..98fc86b 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,7 @@ install:
ln -s /home/lorry/bundles "${DESTDIR}/var/www/htdocs/bundles"
ln -s /home/lorry/tarballs "${DESTDIR}/var/www/htdocs/tarballs"
ln -s /home/lorry/lc-status.html "${DESTDIR}/var/www/htdocs/lc-status.html"
+ ln -s /usr/share/lorry-controller/static/ "${DESTDIR}/var/www/htdocs/lc-static"
mkdir -p "${DESTDIR}/usr/bin"
cp bins/* "${DESTDIR}/usr/bin/"
mkdir -p "${DESTDIR}/usr/share/trove-setup"