* [dpdk-dev] [PATCH] Fixed environment variable name
@ 2018-11-16 18:02 Burdick, Cliff
2018-11-18 23:54 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Burdick, Cliff @ 2018-11-16 18:02 UTC (permalink / raw)
To: dev
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@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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-11-18 23:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-16 18:02 [dpdk-dev] [PATCH] Fixed environment variable name Burdick, Cliff
2018-11-18 23:54 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).