aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-11-03 23:51:40 +0100
committerKim Alvefur <zash@zash.se>2016-11-03 23:51:40 +0100
commitcfd3605e0836cab74a200dffc76dcf0626dc859d (patch)
tree475412caccd78af33bed0cfc27b4144003f60870
parentb3b0b0b880b025ee9e77e6a3303aa60ef8a77dc3 (diff)
downloadprosody-cfd3605e0836cab74a200dffc76dcf0626dc859d.tar.gz
prosody-cfd3605e0836cab74a200dffc76dcf0626dc859d.zip
certs/Makefile: Remove -c flag to chmod, which appears to be a GNUism ... again (thanks waqas)
-rw-r--r--certs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/certs/Makefile b/certs/Makefile
index c709ff91..587fadc6 100644
--- a/certs/Makefile
+++ b/certs/Makefile
@@ -27,4 +27,4 @@ keysize=2048
%.key:
umask 0077 && openssl genrsa -out $@ $(keysize)
- @chmod 400 $@ -c
+ @chmod 400 $@