diff options
author | classabbyamp <void@placeviolette.net> | 2023-04-13 16:00:19 -0400 |
---|---|---|
committer | classabbyamp <void@placeviolette.net> | 2023-04-13 16:00:19 -0400 |
commit | 08e0e2a87dbc3dffafa05054067cba2697890f26 (patch) | |
tree | 1a469f62e27f40894cc53951332e425d50e51983 | |
parent | 857d4cdbeeaee588f50915d50248ca30e452c46c (diff) | |
download | runit-void-08e0e2a87dbc3dffafa05054067cba2697890f26.tar.gz runit-void-08e0e2a87dbc3dffafa05054067cba2697890f26.tar.xz runit-void-08e0e2a87dbc3dffafa05054067cba2697890f26.zip |
Makefile: create /etc/runit/shutdown.d
oops
-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 |