summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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