From: "Burdick, Cliff" <Cliff.Burdick@viasat.com>
To: "dev@dpdk.org" <dev@dpdk.org>
Subject: [dpdk-dev] [PATCH] Fixed environment variable name
Date: Fri, 16 Nov 2018 18:02:25 +0000 [thread overview]
Message-ID: <03A7D9A58FAFB54FBB01FEE199D7308A0134B91F7B@wdc1exchmbxp02.hq.corp.viasat.com> (raw)
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
next reply other threads:[~2018-11-16 18:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-16 18:02 Burdick, Cliff [this message]
2018-11-18 23:54 ` Thomas Monjalon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=03A7D9A58FAFB54FBB01FEE199D7308A0134B91F7B@wdc1exchmbxp02.hq.corp.viasat.com \
--to=cliff.burdick@viasat.com \
--cc=dev@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).