From 473948ddbb63ad32751841de977618d049b8e99f Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 2 Sep 2019 14:22:17 +0200 Subject: Makefile: chmod +x sign-request, too --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f438062..902b54a 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,7 @@ all: rotate-keys rotate-keys.service sign-ca sign-ca.service sign-request etc/ca s@#HELPTEXT#\(\s\+\)#@ --help \1display this help and exit\n --version\1display version and exit@; \ " $< > $@ [ "$@" = "sign-ca" ] && chmod +x "$@" || true + [ "$@" = "sign-request" ] && chmod +x "$@" || true [ "$@" = "rotate-keys" ] && chmod +x "$@" || true .PHONY: install-ca install-cb dist clean -- cgit v1.2.3-54-g00ecf