From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilya Maximets Subject: [PATCH] doc: fix DESTDIR variable name in meson guide Date: Wed, 14 Nov 2018 15:04:38 +0300 Message-ID: <20181114120438.16923-1-i.maximets@samsung.com> References: Content-Type: text/plain; charset="utf-8" Cc: Bruce Richardson , Marko Kovacevic , John McNamara , Luca Boccassi , Ilya Maximets , stable@dpdk.org To: dev@dpdk.org Return-path: Received: from mailout1.w1.samsung.com (mailout1.w1.samsung.com [210.118.77.11]) by dpdk.org (Postfix) with ESMTP id B399C5F62 for ; Wed, 14 Nov 2018 13:04:46 +0100 (CET) Received: from eucas1p2.samsung.com (unknown [182.198.249.207]) by mailout1.w1.samsung.com (KnoxPortal) with ESMTP id 20181114120445euoutp01d94e8c314ad5348bd8220b2b8032aba9~m-BQL1e4Q1071110711euoutp01S for ; Wed, 14 Nov 2018 12:04:45 +0000 (GMT) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" ninja does not recognize 'DEST_DIR'. Fixes: 9c3adc289c5e ("doc: add instructions on build using meson") Cc: stable@dpdk.org Signed-off-by: Ilya Maximets --- 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