diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bzip2.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml index c1702c36a..97840c588 100644 --- a/chapter06/bzip2.xml +++ b/chapter06/bzip2.xml @@ -43,11 +43,9 @@ <sect2 role="installation"> <title>Installation of Bzip2</title> - <para>Apply 2 patches that will install the documentation for this package - and correct some hard-coded version numbers:</para> + <para>Apply a patch that will install the documentation for this package:</para> -<screen><userinput remap="pre">patch -Np1 -i ../&bzip2-docs-patch; -patch -Np1 -i ../&bzip2-version-patch;</userinput></screen> +<screen><userinput remap="pre">patch -Np1 -i ../&bzip2-docs-patch;</userinput></screen> <para>The following command ensures installation of symbolic links are relative:</para> |