Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-20 10:51:08 +0300
committerRichard Levitte <levitte@openssl.org>2002-12-20 10:51:08 +0300
commitab79ac44d5f7918ef9b3c421cda9ea36ef710f54 (patch)
treeac2a0e2a55fc949c2ca4545f352992f0f98ac5c2 /apps
parente286dfe6edc23fd189e6ee8370440cd79b551961 (diff)
There was a mixup between INSTALLTOP and OPENSSLDIR...
Diffstat (limited to 'apps')
-rw-r--r--apps/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile.ssl b/apps/Makefile.ssl
index b442b7cd74..e01872bff2 100644
--- a/apps/Makefile.ssl
+++ b/apps/Makefile.ssl
@@ -107,7 +107,7 @@ install:
(echo installing $$i; \
cp $$i $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i.new; \
chmod 755 $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i.new; \
- mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/misc/$$i.new $(INSTALL_PREFIX)$(INSTALLTOP)/misc/$$i ); \
+ mv -f $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i.new $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i ); \
done
@cp openssl.cnf $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.new; \
chmod 644 $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.new; \