[dpdk-dev] [PATCH] Fixed environment variable name

Burdick, Cliff Cliff.Burdick at viasat.com
Fri Nov 16 19:02:25 CET 2018


The documentation specifies the DEST_DIR parameter to ninja to override the install directory, but it's actually DESTDIR.

Signed-off-by: Cliff Burdick <cliff.burdick at viasat.com>

---
 doc/build-sdk-meson.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/build-sdk-meson.txt b/doc/build-sdk-meson.txt index 508e2cb64..b1a6391af 100644
--- a/doc/build-sdk-meson.txt
+++ b/doc/build-sdk-meson.txt
@@ -132,7 +132,7 @@ Installing the Compiled Files
 
 Use ``ninja install`` to install the required DPDK files onto the system.
 The install prefix defaults to ``/usr/local`` but can be used as with other -options above. The environment variable ``DEST_DIR`` can be used to adjust
+options above. The environment variable ``DESTDIR`` can be used to 
+adjust
 the root directory for the install, for example when packaging.
 
 With the base install directory, the individual directories for libraries
--
2.17.1



More information about the dev mailing list