From 6560ea7e6a633f6f33ab37912b4c563cd300b5c7 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sun, 17 Sep 2017 22:02:38 +1200 Subject: Make initscript executable --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index c8eb711..9d1fd59 100644 --- a/Makefile +++ b/Makefile @@ -15,9 +15,11 @@ conf.d: init.d/%: init.d.in/%.in init.d $(MACRO_PROG) $< > $@ + chmod +x $@ conf.d/%: conf.d.in/%.in conf.d $(MACRO_PROG) $< > $@ + chmod +x $@ .PHONY: clean clean: -- cgit v1.1