From d308b85fffd307ac5e3b8b5bee909e7dfcee9ce0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 15 Aug 2014 07:56:22 +0200 Subject: core services do not need to be executables. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c92061a..09201e6 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ install: install -d ${DESTDIR}/etc/sv install -d ${DESTDIR}/etc/runit/runsvdir install -d ${DESTDIR}/etc/runit/core-services - install -m755 core-services/*.sh ${DESTDIR}/etc/runit/core-services + install -m644 core-services/*.sh ${DESTDIR}/etc/runit/core-services install -m755 ${SCRIPTS} ${DESTDIR}/etc/runit install -m644 functions $(DESTDIR)/etc/runit install -m644 rc.conf ${DESTDIR}/etc -- cgit 1.4.1