From c11b714541455b2f11e2af477b00543f3f23865d Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 20 Oct 2022 11:30:43 +0200 Subject: [PATCH] docs: spell out "distribution" Reviewed-by: Yonggang Luo Part-of: --- docs/install.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index 21ccc235c9b..e773e83cdd5 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -182,10 +182,10 @@ here are a few things to check: 32-bit and your Mesa build is probably 64-bit by default. 4. 32 and 64-bit builds in the same local install directory doesn't typically - work. Distros go to great lengths to make this work in your system install - and it's hard to get it right for a local install. If you've recently - built 64-bit and are now building 32-bit, throw away the install directory - first to prevent conflicts. + work. Distributions go to great lengths to make this work in your system + install and it's hard to get it right for a local install. If you've + recently built 64-bit and are now building 32-bit, throw away the install + directory first to prevent conflicts. 4. Building with AOSP (Android) -------------------------------