From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mta-us-central-02.viasat.com (mta-us-central-02.viasat.com [8.37.103.59]) by dpdk.org (Postfix) with ESMTP id 2367B2BD8 for ; Fri, 16 Nov 2018 19:02:28 +0100 (CET) Received: from pps.filterd (wdc1mta01.viasat.com [127.0.0.1]) by wdc1mta01.viasat.com (8.16.0.22/8.16.0.22) with SMTP id wAGI1jb9029373 for ; Fri, 16 Nov 2018 18:02:27 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=viasat.com; h=from : to : subject : date : message-id : content-type : content-transfer-encoding : mime-version; s=pp1; bh=P9lnyjdaoYTWZZZP/5aariRqNOJxxfGHJb8rnwgm5lA=; b=wurjDVz8i+DssuXtQKfurZ29EJIOTAdo1emP577juFXnGOCGjfmWVeldV1RYfVn+kapT Xk5xSBYSs5fl1VqlqJO3p/JVLB5onAi6PCJORhNATdyNypnIxWecTNKq3+sZ2a9mefkX Z1HIB6ay864/7tLDjsIJE3RudKQQKDJbedKb5z1i3t7UAr87llilJLsgepDvEuR8WQvp nr5/6eeHw/AkIOpQJn5paWCgiUUH1gRu6R4r04pUjUVkAWOGZFGUCw8K3wkP5DPjm8SP NiEnz5l/bvMT4VvRHEs3aGMO1/a1AdUwozAi7zIyEeX0eOu85cVcygUV8oMFmEqBrInJ Cw== From: "Burdick, Cliff" To: "dev@dpdk.org" Thread-Topic: [PATCH] Fixed environment variable name Thread-Index: AdR91odHtL4NX2fQS9GrFmwKvKJo7A== Date: Fri, 16 Nov 2018 18:02:25 +0000 Message-ID: <03A7D9A58FAFB54FBB01FEE199D7308A0134B91F7B@wdc1exchmbxp02.hq.corp.viasat.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2018-11-16_10:, , signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 mlxscore=0 impostorscore=0 mlxlogscore=632 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1810050000 definitions=main-1811160159 Subject: [dpdk-dev] [PATCH] Fixed environment variable name X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Nov 2018 18:02:29 -0000 The documentation specifies the DEST_DIR parameter to ninja to override the= install directory, but it's actually DESTDIR. Signed-off-by: Cliff Burdick --- 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 508e2c= b64..b1a6391af 100644 --- a/doc/build-sdk-meson.txt +++ b/doc/build-sdk-meson.txt @@ -132,7 +132,7 @@ Installing the Compiled Files =20 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 othe= r -options above. The environment variable ``DEST_DIR`` can be used to adju= st +options above. The environment variable ``DESTDIR`` can be used to=20 +adjust the root directory for the install, for example when packaging. =20 With the base install directory, the individual directories for libraries -- 2.17.1