summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-01-14 09:33:17 +0200
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-01-14 09:37:17 +0200
commitff86900a765e69a06a12e7b88886cd96d7a69722 (patch)
tree588c5bc5d942f6bee7f0835210646ac426b587bd /Makefile
parent5f2dab59ff6e70edf6ffbcd65fe64b487c4380c2 (diff)
downloadtrove-setup-ff86900a765e69a06a12e7b88886cd96d7a69722.tar.gz
Re-add remove-lorry-controller-from-lorry-crontab script
This is still referenced in the trove-setup Ansible scripts, so it shouldn't have been removed.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 134436b..0811116 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,8 @@ install:
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/libexec"
+ cp libexecs/* "${DESTDIR}/usr/libexec/"
mkdir -p "${DESTDIR}/usr/share/trove-setup"
cp -r share/* "${DESTDIR}/usr/share/trove-setup/"