summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-20 07:51:08 +0000
committerRichard Levitte <levitte@openssl.org>2002-12-20 07:51:08 +0000
commitab79ac44d5f7918ef9b3c421cda9ea36ef710f54 (patch)
treeac2a0e2a55fc949c2ca4545f352992f0f98ac5c2
parente286dfe6edc23fd189e6ee8370440cd79b551961 (diff)
There was a mixup between INSTALLTOP and OPENSSLDIR...
-rw-r--r--apps/Makefile.ssl2
-rw-r--r--tools/Makefile.ssl2
2 files changed, 2 insertions, 2 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; \
diff --git a/tools/Makefile.ssl b/tools/Makefile.ssl
index 832b744375..bf0cd29c77 100644
--- a/tools/Makefile.ssl
+++ b/tools/Makefile.ssl
@@ -35,7 +35,7 @@ install:
do \
(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;
files: