diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 08117ab..43ce58b 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,7 @@ install: install -d ${DESTDIR}/etc/runit/runsvdir install -d ${DESTDIR}/etc/runit/core-services 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 install -m644 functions $(DESTDIR)/etc/runit install -m644 crypt.awk ${DESTDIR}/etc/runit |