From 737f27615515cf5ecbe74b73be0530ac93cff19d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 18 Feb 2017 09:06:35 +0100 Subject: Makefile macht nun auch chmod +x --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d57a5ca..54b14db 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,7 @@ all: update-all update-me %: %.in sed "s/#VERSION#/$(VERSION)/; s@#BINDIR#@$(BINDIR)@; s@#ETCDIR#@$(ETCDIR)@" $< > $@ + [ "$@" = "update-me" -o "$@" = "update-all" ] && chmod +x "$@" || true .PHONY: install dist clean -- cgit v1.2.3-54-g00ecf