From 604fe6113e60b93f69dca9b74f6d27f3d80da2d2 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Fri, 21 May 2010 22:22:57 +0000 Subject: Add a patch to fix incorrect version numbers in Bzip2. Thanks to Jeremy Huntwork (LightCube OS) for the patch. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9268 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bzip2.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'chapter06/bzip2.xml') diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml index 63af5e009..1abaaa9e4 100644 --- a/chapter06/bzip2.xml +++ b/chapter06/bzip2.xml @@ -43,9 +43,11 @@ Installation of Bzip2 - Apply a patch to install the documentation for this package: + Apply 2 patches that will install the documentation for this package + and correct some hard-coded version numbers: -patch -Np1 -i ../&bzip2-docs-patch; +patch -Np1 -i ../&bzip2-docs-patch; +patch -Np1 -i ../&bzip2-version-patch; The following command ensures installation of symbolic links are relative: -- cgit v1.2.3-54-g00ecf