diff --git a/INSTALL b/INSTALL index a175fc764..e8e9569d1 100644 --- a/INSTALL +++ b/INSTALL @@ -71,7 +71,7 @@ To replace the CFLAGS and CXXFLAGS entirely: * For the Debug build type: use CMAKE_C_FLAGS_DEBUG for the CFLAGS and CMAKE_CXX_FLAGS_DEBUG for the CXXFLAGS Other important environment variables (such as LDFLAGS) are also supported. -The DESTDIR environment variable is also supported, however it needs to be set before invoking cmake. For example: DESTDIR=mydestdir cmake [extra options] . +The DESTDIR environment variable is also supported, however it needs to be set before invoking make install. For example: DESTDIR=mydestdir make install For more information about DESTDIR, see: * http://www.gnu.org/prep/standards/html_node/DESTDIR.html