about summary refs log tree commit diff
diff options
context:
space:
mode:
authorclassabbyamp <void@placeviolette.net>2023-04-13 15:58:45 -0400
committerclassabbyamp <void@placeviolette.net>2023-04-13 15:59:07 -0400
commit857d4cdbeeaee588f50915d50248ca30e452c46c (patch)
treeafb2cdf947bac3f4f0e52b04e7fa7416ba682ff2
parentdf222dab84696514fa32a8392ec662e29adc96a0 (diff)
downloadrunit-void-857d4cdbeeaee588f50915d50248ca30e452c46c.tar.gz
runit-void-857d4cdbeeaee588f50915d50248ca30e452c46c.tar.xz
runit-void-857d4cdbeeaee588f50915d50248ca30e452c46c.zip
Makefile: install shutdown.d/*.sh
-rw-r--r--Makefile1
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