summaryrefslogtreecommitdiffstats
path: root/apps/Makefile.ssl
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-05-10 23:59:28 +0000
committerUlf Möller <ulf@openssl.org>1999-05-10 23:59:28 +0000
commitd5a2ea4b73220d58f12b2d6bdd378dc8e0a23bf9 (patch)
treef771611a3b4828dc73526aa1d55a46080057bb2e /apps/Makefile.ssl
parent3f5868d23ca38b09a0b8f92cfc4ddc94d5070e1f (diff)
Move openssl.cnf out of lib/.
Diffstat (limited to 'apps/Makefile.ssl')
-rw-r--r--apps/Makefile.ssl4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/Makefile.ssl b/apps/Makefile.ssl
index 124879c500..9e19793728 100644
--- a/apps/Makefile.ssl
+++ b/apps/Makefile.ssl
@@ -101,8 +101,8 @@ install:
cp $$i $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i; \
chmod 755 $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i ); \
done
- @cp openssl.cnf $(INSTALL_PREFIX)$(OPENSSLDIR)/lib; \
- chmod 644 $(INSTALL_PREFIX)$(OPENSSLDIR)/lib/openssl.cnf
+ @cp openssl.cnf $(INSTALL_PREFIX)$(OPENSSLDIR); \
+ chmod 644 $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf
tags:
ctags $(SRC)