doc: fix DESTDIR variable name in meson guide

Message ID 20181114120438.16923-1-i.maximets@samsung.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series doc: fix DESTDIR variable name in meson guide |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/mellanox-Performance-Testing success Performance Testing PASS
ci/intel-Performance-Testing success Performance Testing PASS
ci/Intel-compilation success Compilation OK

Commit Message

Ilya Maximets Nov. 14, 2018, 12:04 p.m. UTC
  ninja does not recognize 'DEST_DIR'.

Fixes: 9c3adc289c5e ("doc: add instructions on build using meson")
Cc: stable@dpdk.org

Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
---
 doc/build-sdk-meson.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Bruce Richardson Nov. 14, 2018, 1:56 p.m. UTC | #1
On Wed, Nov 14, 2018 at 03:04:38PM +0300, Ilya Maximets wrote:
> ninja does not recognize 'DEST_DIR'.
> 
> Fixes: 9c3adc289c5e ("doc: add instructions on build using meson")
> Cc: stable@dpdk.org
> 
> Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
> ---
>  doc/build-sdk-meson.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
Thanks.
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
  
Thomas Monjalon Nov. 18, 2018, 11:52 p.m. UTC | #2
14/11/2018 14:56, Bruce Richardson:
> On Wed, Nov 14, 2018 at 03:04:38PM +0300, Ilya Maximets wrote:
> > ninja does not recognize 'DEST_DIR'.
> > 
> > Fixes: 9c3adc289c5e ("doc: add instructions on build using meson")
> > Cc: stable@dpdk.org
> > 
> > Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
> > ---
> >  doc/build-sdk-meson.txt | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> Thanks.
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>

Applied, thanks
  

Patch

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