From b822811980a5f82726cb641cbeff66be9eb6d92a Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Sun, 22 Jul 2001 19:45:10 +0000 Subject: XML changes git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@827 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/bzip2-inst.xml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'chapter05/bzip2-inst.xml') diff --git a/chapter05/bzip2-inst.xml b/chapter05/bzip2-inst.xml index 1df7a7a4b..2c2f04dbc 100644 --- a/chapter05/bzip2-inst.xml +++ b/chapter05/bzip2-inst.xml @@ -1,20 +1,14 @@ Installation of Bzip2 - -Install Bzip2 by running the following commands: - +Install Bzip2 by running the following commands: - - -sed \ +sed \    s/"\$(CC) \$(CFLAGS) -o"/"\$(CC) \$(CFLAGS) \$(LDFLAGS) -o"/ \    Makefile | make -f - LDFLAGS=-static && make PREFIX=$LFS/usr install && cd $LFS/usr/bin && -mv bzcat bunzip2 bzip2 bzip2recover $LFS/bin - - +mv bzcat bunzip2 bzip2 bzip2recover $LFS/bin -- cgit v1.2.3-54-g00ecf