about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDuncaen <mail@duncano.de>2018-06-23 02:05:11 +0200
committerDuncaen <mail@duncano.de>2018-06-23 02:09:57 +0200
commit6ce822fe242b394c5c3bc2ba8d0c41979ca4aa9b (patch)
treea7fb608536f943207d2b6d4ca8e3b3aab69c70ef
parent329b6dfeb5abfd2364e288b80e25589af28c6d64 (diff)
downloadrunit-void-6ce822fe242b394c5c3bc2ba8d0c41979ca4aa9b.tar.gz
runit-void-6ce822fe242b394c5c3bc2ba8d0c41979ca4aa9b.tar.xz
runit-void-6ce822fe242b394c5c3bc2ba8d0c41979ca4aa9b.zip
Makefile: actually install vlogger 20180623
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3ba47de..877969b 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,7 @@ install:
 	install -d ${DESTDIR}/${PREFIX}/sbin
 	install -m755 halt ${DESTDIR}/${PREFIX}/sbin
 	install -m755 pause ${DESTDIR}/${PREFIX}/sbin
+	install -m755 vlogger ${DESTDIR}/${PREFIX}/sbin
 	install -m755 shutdown ${DESTDIR}/${PREFIX}/sbin/shutdown
 	install -m755 modules-load ${DESTDIR}/${PREFIX}/sbin/modules-load
 	install -m755 zzz ${DESTDIR}/${PREFIX}/sbin