From 89fcc345410a3b858b6c23ba219e828bc21e4de4 Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Fri, 29 Aug 2003 23:20:23 +0000 Subject: Putting text before the 'make check's, and smoothing the other lines. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2695 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/inetutils-inst.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter06/inetutils-inst.xml') diff --git a/chapter06/inetutils-inst.xml b/chapter06/inetutils-inst.xml index b5b0a9935..371c76066 100644 --- a/chapter06/inetutils-inst.xml +++ b/chapter06/inetutils-inst.xml @@ -3,7 +3,7 @@ Installation of Inetutils -Prepare Inetutils to be compiled: +Prepare Inetutils for compilation: ./configure --prefix=/usr --disable-syslogd \     --libexecdir=/usr/sbin --disable-logger \ @@ -28,15 +28,15 @@ configuration files -Continue with compiling the package: +Compile the package: make -Finish installing the package: +Install it: make install -Put the ping command into the appropriate place: +And move the ping program to its proper place: mv /usr/bin/ping /bin -- cgit v1.2.3-54-g00ecf