From 131dd6c59b6100100bdd09aaf9e3463834f65fc2 Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Fri, 17 Jan 2003 03:55:35 +0000 Subject: Patch conversion. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2370 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/patch-inst.xml | 16 ++++++++++++---- chapter06/patch.xml | 4 ++-- 2 files changed, 14 insertions(+), 6 deletions(-) (limited to 'chapter06') diff --git a/chapter06/patch-inst.xml b/chapter06/patch-inst.xml index 69fa3d24d..cbd59252e 100644 --- a/chapter06/patch-inst.xml +++ b/chapter06/patch-inst.xml @@ -1,12 +1,20 @@ +   + Installation of Patch -Install Patch by running the following commands: +Prepare Patch to be compiled: CPPFLAGS=-D_GNU_SOURCE \ -    ./configure --prefix=/usr && -make && -make install +    ./configure --prefix=/usr + +Continue with compiling the package: + +make + +Finish installing the package: + +make install diff --git a/chapter06/patch.xml b/chapter06/patch.xml index cf54611db..442ad0e46 100644 --- a/chapter06/patch.xml +++ b/chapter06/patch.xml @@ -5,9 +5,9 @@ Estimated build time: &patch-time; Estimated required disk space: &patch-compsize; -&c6-patch-inst; -&aa-patch-desc; +&aa-patch-shortdesc; &aa-patch-dep; +&c6-patch-inst; -- cgit v1.2.3-54-g00ecf