From ff86900a765e69a06a12e7b88886cd96d7a69722 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Wed, 14 Jan 2015 09:33:17 +0200 Subject: 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. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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/" -- cgit v1.2.1