From 857d4cdbeeaee588f50915d50248ca30e452c46c Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Thu, 13 Apr 2023 15:58:45 -0400 Subject: Makefile: install shutdown.d/*.sh --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit 1.4.1