summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-04-22 13:50:50 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-04-23 15:36:42 +0000
commit2831109ad7398fd5d7a86559b4ba3eb3a85ebb8e (patch)
treebc384a59d6473a7f1c24da16af2194788acab438 /Makefile
parent810fb85f4bbe4c848a2c83bcf3b4be05625ecdbb (diff)
downloadtrove-setup-2831109ad7398fd5d7a86559b4ba3eb3a85ebb8e.tar.gz
Add script to remove lorry-controller from lorry's crontab
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 98fc86b..3a64344 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,8 @@ install:
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/libexec"
+ cp libexecs/* "${DESTDIR}/usr/libexec/"
mkdir -p "${DESTDIR}/usr/share/trove-setup"
cp -r share/* "${DESTDIR}/usr/share/trove-setup/"