about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-05-11 18:17:58 +0200
committerJuan RP <xtraeme@gmail.com>2014-05-11 18:17:58 +0200
commitf937068928bf20a3929068e0721bd4381c1f9716 (patch)
tree817ef4ce0c45ed7ff99d1d303d17df24bb89748d /Makefile
parent83177ae0c7f583fd2b80a68246a291ccf6459b9d (diff)
downloadrunit-void-f937068928bf20a3929068e0721bd4381c1f9716.tar.gz
runit-void-f937068928bf20a3929068e0721bd4381c1f9716.tar.xz
runit-void-f937068928bf20a3929068e0721bd4381c1f9716.zip
Provide a distro config file for dracut.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index faddc96..5638b3f 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,8 @@ install:
 	install -d ${DESTDIR}/etc/runit/runsvdir
 	install -m755 ${SCRIPTS} ${DESTDIR}/etc/runit
 	install -m644 rc.conf ${DESTDIR}/etc
+	install -d ${DESTDIR}/${PREFIX}/lib/dracut/dracut.conf.d
+	install -m644 dracut/*.conf ${DESTDIR}/${PREFIX}/lib/dracut/dracut.conf.d
 	cp -aP runsvdir/* ${DESTDIR}/etc/runit/runsvdir/
 	cp -aP services/* ${DESTDIR}/etc/sv/