diff options
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 43ce58b..0aa219a 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,7 @@ install: install -d ${DESTDIR}/etc/sv install -d ${DESTDIR}/etc/runit/runsvdir install -d ${DESTDIR}/etc/runit/core-services + install -d ${DESTDIR}/etc/runit/shutdown.d install -m644 core-services/*.sh ${DESTDIR}/etc/runit/core-services install -m644 shutdown.d/*.sh ${DESTDIR}/etc/runit/shutdown.d install -m755 ${SCRIPTS} ${DESTDIR}/etc/runit |