From 08e0e2a87dbc3dffafa05054067cba2697890f26 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Thu, 13 Apr 2023 16:00:19 -0400 Subject: Makefile: create /etc/runit/shutdown.d oops --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit 1.4.1