From e0d4abffe2da4a208e779397df85f118cb8e741f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 7 Aug 2014 17:48:03 +0200 Subject: Makefile: re-add rc.{conf,local}. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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/ -- cgit 1.4.1