summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8afdb6b..1c0671d 100644
--- a/Makefile
+++ b/Makefile
@@ -14,3 +14,5 @@ install:
cp http-assets/* "${DESTDIR}/var/www/htdocs"
ln -s cgit "${DESTDIR}/var/www/htdocs/cgi-bin"
ln -s /home/lorry/bundles "${DESTDIR}/var/www/htdocs/bundles"
+ mkdir -p "${DESTDIR}/usr/bin"
+ cp bins/* "${DESTDIR}/usr/bin/"