diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/file.xml | 12 |
1 files changed, 7 insertions, 5 deletions
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 @@ <sect2 role="installation"> <title>Installation of File</title> - <para>The build host <quote>file</quote> 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:</para> + <para> + The <command>file</command> 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: + </para> <screen><userinput remap="pre">mkdir build pushd build -../configure -make + ../configure + make popd</userinput></screen> <para>Prepare File for compilation:</para> |