From 468045948c1ae1d7405e48a4aee6914714a974ef Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 3 Feb 2021 04:43:41 +0000 Subject: Wording and format changes git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12117 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/file.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'chapter06/file.xml') diff --git a/chapter06/file.xml b/chapter06/file.xml index f46f3295d..c9fbe0e6f 100644 --- a/chapter06/file.xml +++ b/chapter06/file.xml @@ -43,14 +43,16 @@ Installation of File - The build host file command iwith the same version as - the one we are building is needed for building the signature file. Run the - following commands to build it: + + The file command on the build host needs + to be same version as the one we are building in order to + create the signature file. Run the following commands to build it: + mkdir build pushd build -../configure -make + ../configure + make popd Prepare File for compilation: -- cgit v1.2.3-54-g00ecf