diff options
| author | David Phillips <david@sighup.nz> | 2017-09-18 13:37:03 +1200 | 
|---|---|---|
| committer | David Phillips <david@sighup.nz> | 2017-09-18 13:37:03 +1200 | 
| commit | 6c0f6f8e6024b8299e8460a601591c3aa3e6cf1e (patch) | |
| tree | 13c5d6f8e087c313663e0a573adbfb26a7bd9d1a | |
| parent | 10f5a954c61a30499a62640f93ef650050c61ba3 (diff) | |
| download | initscripts-6c0f6f8e6024b8299e8460a601591c3aa3e6cf1e.tar.xz | |
Leave +x to the install recipe
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 0 insertions, 2 deletions
| @@ -19,11 +19,9 @@ 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 install  clean: | 
