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-03-20 16:39:36 +0000
commitf91555ba1066d877dfbe247144b5750923625246 (patch)
treeed2d5ed7102efae86b37f75d0cada6e6bc1dc774
parent67ab40bb0fe666eaa2a5912a9d4d7032608355e9 (diff)
downloadtrove-setup-f91555ba1066d877dfbe247144b5750923625246.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"