patch-apps_openssl_Makefile_in 484 B

1234567891011
  1. --- libressl-2.4.2.orig/apps/openssl/Makefile.in 2016-08-01 01:08:10.000000000 +0200
  2. +++ libressl-2.4.2/apps/openssl/Makefile.in 2016-08-22 19:40:55.019614700 +0200
  3. @@ -844,7 +844,7 @@ install-exec-hook:
  4. @if [ "@OPENSSLDIR@x" != "x" ]; then \
  5. OPENSSLDIR="$(DESTDIR)/@OPENSSLDIR@"; \
  6. else \
  7. - OPENSSLDIR="$(DESTDIR)/$(sysconfdir)/ssl"; \
  8. + OPENSSLDIR="$(DESTDIR)$(sysconfdir)/ssl"; \
  9. fi; \
  10. mkdir -p "$$OPENSSLDIR/certs"; \
  11. for i in cert.pem openssl.cnf x509v3.cnf; do \