mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
certs/Makefile: Remove -c flag to chmod, which appears to be a GNUism ... again (thanks waqas)
This commit is contained in:
parent
98df7c1fb7
commit
f8b911269b
1 changed files with 1 additions and 1 deletions
|
@ -27,4 +27,4 @@ keysize=2048
|
|||
|
||||
%.key:
|
||||
umask 0077 && openssl genrsa -out $@ $(keysize)
|
||||
@chmod 400 $@ -c
|
||||
@chmod 400 $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue