diff options
author | Richard Levitte <levitte@openssl.org> | 2002-12-20 07:51:03 +0000 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2002-12-20 07:51:03 +0000 |
commit | 49e42a1f60ba33b5c41ff08dbb24d0d66a286aac (patch) | |
tree | 6b03156b35b508eb708a58a05d4d67c8f1cb1bfc /tools | |
parent | 9cd16b1deab9a2d4c2bae0cecfd3f3bfe13f851a (diff) | |
download | openssl-new-49e42a1f60ba33b5c41ff08dbb24d0d66a286aac.tar.gz |
There was a mixup between INSTALLTOP and OPENSSLDIR...
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.ssl | 2 |
1 files changed, 1 insertions, 1 deletions
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: |