From 54512ff6b358d203d0f9a6508bb7d59d9415c505 Mon Sep 17 00:00:00 2001 From: Kfir Itzhak Date: Thu, 24 Oct 2013 15:36:32 +0300 Subject: [PATCH] Fixed a mistake in the INSTALL file --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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