diff options
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index eca5a27..a04d070 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -40,7 +40,7 @@ install-exec-hook: | |||
| 40 | fi; \ | 40 | fi; \ |
| 41 | mkdir -p "$$OPENSSLDIR/certs"; \ | 41 | mkdir -p "$$OPENSSLDIR/certs"; \ |
| 42 | for i in cert.pem openssl.cnf x509v3.cnf; do \ | 42 | for i in cert.pem openssl.cnf x509v3.cnf; do \ |
| 43 | if [ ! -f "$$OPENSSLDIR/$i" ]; then \ | 43 | if [ ! -f "$$OPENSSLDIR/$$i" ]; then \ |
| 44 | $(INSTALL) -m 644 "$(srcdir)/$$i" "$$OPENSSLDIR/$$i"; \ | 44 | $(INSTALL) -m 644 "$(srcdir)/$$i" "$$OPENSSLDIR/$$i"; \ |
| 45 | else \ | 45 | else \ |
| 46 | echo " $$OPENSSLDIR/$$i already exists, install will not overwrite"; \ | 46 | echo " $$OPENSSLDIR/$$i already exists, install will not overwrite"; \ |
