summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-09-18 13:37:03 +1200
committerDavid Phillips <david@sighup.nz>2017-09-18 13:37:03 +1200
commit6c0f6f8e6024b8299e8460a601591c3aa3e6cf1e (patch)
tree13c5d6f8e087c313663e0a573adbfb26a7bd9d1a
parent10f5a954c61a30499a62640f93ef650050c61ba3 (diff)
downloadinitscripts-6c0f6f8e6024b8299e8460a601591c3aa3e6cf1e.tar.xz
Leave +x to the install recipe
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e5c107e..c361709 100644
--- a/Makefile
+++ b/Makefile
@@ -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: