about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2015-03-31 14:58:53 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2015-03-31 16:42:55 +0200
commit33589dc9db67d059a1fcd8135ab793fe08b87ad0 (patch)
treeb11581bd14feb5047fea91600f0dc80cb81ea36d /Makefile
parentdd28b115e62ab5e6253bd5f1fc98da05357e7e52 (diff)
downloadrunit-void-33589dc9db67d059a1fcd8135ab793fe08b87ad0.tar.gz
runit-void-33589dc9db67d059a1fcd8135ab793fe08b87ad0.tar.xz
runit-void-33589dc9db67d059a1fcd8135ab793fe08b87ad0.zip
shutdown.sh -> shutdown
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 55a040b..5747f5f 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ install:
 	install -d ${DESTDIR}/${PREFIX}/sbin
 	install -m755 halt ${DESTDIR}/${PREFIX}/sbin
 	install -m755 pause ${DESTDIR}/${PREFIX}/sbin
-	install -m755 shutdown.sh ${DESTDIR}/${PREFIX}/sbin/shutdown
+	install -m755 shutdown ${DESTDIR}/${PREFIX}/sbin/shutdown
 	install -m755 modules-load ${DESTDIR}/${PREFIX}/sbin/modules-load
 	install -m755 zzz ${DESTDIR}/${PREFIX}/sbin
 	ln -sf zzz ${DESTDIR}/${PREFIX}/sbin/ZZZ