From 6c0f6f8e6024b8299e8460a601591c3aa3e6cf1e Mon Sep 17 00:00:00 2001 From: David Phillips Date: Mon, 18 Sep 2017 13:37:03 +1200 Subject: Leave +x to the install recipe --- Makefile | 2 -- 1 file changed, 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: -- cgit v1.1