Remake cert links when the app is built.
[openssl.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 5c19a6ed4dbabf11e14e8aa12ab0743a93230cf0..6ce69da7e36aad916e25856d3e767a7dd19626dd 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -16,7 +16,6 @@ Quick Start
 If you want to just get on with it, do:
 
   sh config                      [if this fails, go to step 1b below]
-  make -f Makefile.ssl links
   make
   make rehash
   make test
@@ -26,7 +25,7 @@ This will build and install OpenSSL in the default location, which is
 /usr/local/ssl. If you want to install it anywhere else, do this
 after running ./Configure <system>:
 
-  utils/ssldir.pl /new/install/path
+  perl util/ssldir.pl /new/install/path
 
 If anything goes wrong, follow the detailed instructions below. If
 your operating system is not (yet) supported by OpenSSL, see the
@@ -90,7 +89,7 @@ Installation in Detail
      If the install directory will be the default of /usr/local/ssl,
      skip to the next stage. Otherwise, run
 
-       utils/ssldir.pl /new/install/path
+       perl util/ssldir.pl /new/install/path
 
      This configures the installation location into the "install"
      target of the top-level Makefile, and also updates some defines