summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-06-17 09:16:20 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-06-17 09:16:20 +0000
commit5b0245acc1b5b1c520db847d70b1b81bafb4d0c2 (patch)
tree1bef850adc4043b3a30713cf36d89bddbf5dfe66 /Makefile
parenteafba37e2bfc3897e3e7f65f2ce087fbee358f43 (diff)
downloadtrove-setup-5b0245acc1b5b1c520db847d70b1b81bafb4d0c2.tar.gz
Remove old scripts and units
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 3a64344..ba0b752 100644
--- a/Makefile
+++ b/Makefile
@@ -14,10 +14,6 @@ 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/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/"