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 (thanks Kev)
This commit is contained in:
parent
6d97b7d9d3
commit
e3a8fa54c0
1 changed files with 1 additions and 1 deletions
|
@ -27,4 +27,4 @@ keysize=2048
|
|||
|
||||
%.key:
|
||||
openssl genrsa $(keysize) > $@
|
||||
@chmod 400 -c $@
|
||||
@chmod 400 $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue