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/grep.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'chapter05/grep.xml') diff --git a/chapter05/grep.xml b/chapter05/grep.xml index 12afa0819..46e3b1c42 100644 --- a/chapter05/grep.xml +++ b/chapter05/grep.xml @@ -45,7 +45,7 @@ Prepare Grep for compilation: -./configure --prefix=/tools \ +./configure --prefix=/tools \ --disable-perl-regexp @@ -65,14 +65,15 @@ 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