Typo.
[oweals/openssl.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 2c1b167541210acf3d856c2ef30513b30c9ed2de..5ee22254cff764d7979ae4ef1f86b1b2df180533 100644 (file)
--- a/INSTALL
+++ b/INSTALL
        private         Initially empty, this is the default location
                        for private key files.
        lib             Contains the OpenSSL configuration file "openssl.cnf".
+       misc            Various scripts.
 
      If you didn't chose a different installation prefix, lib also contains
      the library files themselves, and the following additional subdirectories
        include/openssl Contains the header files needed if you want to
                        compile programs with libcrypto or libssl.
 
+     Package builders who want to configure the library for standard
+     locations, but have the package installed somewhere else so that
+     it can easily be packaged, can use
+
+       $ make INSTALL_PREFIX=/tmp/package-root install
+
+     (or specify "--install_prefix=/tmp/package-root" as a configure
+     option).  The specified prefix will be prepended to all
+     installation target filenames.
+
+
   NOTE: The header files used to reside directly in the include
   directory, but have now been moved to include/openssl so that
   OpenSSL can co-exist with other libraries which use some of the