From 8e78028467f5a63453558d3bf6f81014d84560a4 Mon Sep 17 00:00:00 2001 From: Ilya Maximets Date: Wed, 14 Nov 2018 15:04:38 +0300 Subject: [PATCH] doc: fix DESTDIR variable name in meson guide ninja does not recognize 'DEST_DIR'. Fixes: 9c3adc289c5e ("doc: add instructions on build using meson") Cc: stable@dpdk.org Signed-off-by: Ilya Maximets Acked-by: Bruce Richardson --- 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 3d8a69c29c..a4dd091942 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.20.1