about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-08-07 17:48:03 +0200
committerJuan RP <xtraeme@gmail.com>2014-08-07 17:48:03 +0200
commite0d4abffe2da4a208e779397df85f118cb8e741f (patch)
tree2008becfff701cf860260290f71a11ecc68bd5c1 /Makefile
parentd6df1208edb256bb1c5d432e129d76fdc7efe43f (diff)
downloadrunit-void-e0d4abffe2da4a208e779397df85f118cb8e741f.tar.gz
runit-void-e0d4abffe2da4a208e779397df85f118cb8e741f.tar.xz
runit-void-e0d4abffe2da4a208e779397df85f118cb8e741f.zip
Makefile: re-add rc.{conf,local}.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bbe6430..71d5f81 100644
--- a/Makefile
+++ b/Makefile
@@ -29,8 +29,8 @@ install:
 	install -m755 core-services/*.sh ${DESTDIR}/etc/runit/core-services
 	install -m755 ${SCRIPTS} ${DESTDIR}/etc/runit
 	install -m644 functions $(DESTDIR)/etc/runit
-	#[ ! -f $(DESTDIR)/etc/rc.conf ] && install -m644 rc.conf ${DESTDIR}/etc
-	#[ ! -f $(DESTDIR)/etc/rc.local ] && install -m755 rc.local ${DESTDIR}/etc
+	install -m644 rc.conf ${DESTDIR}/etc
+	install -m755 rc.local ${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/