From 0445a3d50660d84f11d095db0177078f4f5cd8a0 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Tue, 18 Sep 2007 21:11:00 +0000 Subject: Added remap attributes to userinput tags in packages pages. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gzip.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'chapter05/gzip.xml') diff --git a/chapter05/gzip.xml b/chapter05/gzip.xml index eb2c6a7c8..f8ce9d1a3 100644 --- a/chapter05/gzip.xml +++ b/chapter05/gzip.xml @@ -47,25 +47,26 @@ by Gzip is incompatible with the version that current Glibc provides, so we'll rename the function: -for file in gzip.c lib/utimens.{c,h} ; do \ +for file in gzip.c lib/utimens.{c,h} ; do \ cp -v $file{,.orig} sed 's/futimens/gl_&/' $file.orig > $file done Prepare Gzip for compilation: -./configure --prefix=/tools +./configure --prefix=/tools Compile the package: -make +make - To test the results, issue: - make check. + To test the results, issue: + +make check Install the package: -make install +make install -- cgit v1.2.3-54-g00ecf