diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-03-31 14:58:53 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-03-31 16:42:55 +0200 |
commit | 33589dc9db67d059a1fcd8135ab793fe08b87ad0 (patch) | |
tree | b11581bd14feb5047fea91600f0dc80cb81ea36d /Makefile | |
parent | dd28b115e62ab5e6253bd5f1fc98da05357e7e52 (diff) | |
download | runit-void-33589dc9db67d059a1fcd8135ab793fe08b87ad0.tar.gz runit-void-33589dc9db67d059a1fcd8135ab793fe08b87ad0.tar.xz runit-void-33589dc9db67d059a1fcd8135ab793fe08b87ad0.zip |
shutdown.sh -> shutdown
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
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 |