summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-09-17 22:02:38 +1200
committerDavid Phillips <david@sighup.nz>2017-09-17 22:02:38 +1200
commit6560ea7e6a633f6f33ab37912b4c563cd300b5c7 (patch)
tree48ed4abf39c4f2c403020a0ad7e4372b8b8311fc
parentab9ca926f907e2c9bcdad32e23e4b7fd7de9dd75 (diff)
downloadinitscripts-6560ea7e6a633f6f33ab37912b4c563cd300b5c7.tar.xz
Make initscript executable
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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: