about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-04-26 10:42:57 +0200
committerJuan RP <xtraeme@gmail.com>2014-04-26 10:42:57 +0200
commitf69bd705f46b3082f06abcec2d8e6b6c4d291b9e (patch)
tree427079005904590751227e3508a984415e8f711c /Makefile
parent42c0aa02d58c30e64295035a4602fec30e0f3916 (diff)
downloadrunit-void-f69bd705f46b3082f06abcec2d8e6b6c4d291b9e.tar.gz
runit-void-f69bd705f46b3082f06abcec2d8e6b6c4d291b9e.tar.xz
runit-void-f69bd705f46b3082f06abcec2d8e6b6c4d291b9e.zip
Added shutdown script from ignite.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 647b468..faddc96 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ install:
 	install -d ${DESTDIR}/${PREFIX}/bin
 	install -m755 halt ${DESTDIR}/${PREFIX}/bin
 	install -m755 pause ${DESTDIR}/${PREFIX}/bin
+	install -m755 shutdown.sh ${DESTDIR}/${PREFIX}/bin/shutdown
 	ln -s halt ${DESTDIR}/${PREFIX}/bin/poweroff
 	ln -s halt ${DESTDIR}/${PREFIX}/bin/reboot
 	install -d ${DESTDIR}/${PREFIX}/share/man/man1