From e6171525b9980827f241d75635f229eccf67d0df Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 15 Jan 2003 19:59:37 +0000 Subject: converted c6-modutils git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2342 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/modutils-inst.xml | 16 ++++++++++++---- chapter06/modutils.xml | 4 ++-- 2 files changed, 14 insertions(+), 6 deletions(-) (limited to 'chapter06') diff --git a/chapter06/modutils-inst.xml b/chapter06/modutils-inst.xml index 8fae0d674..6ae770984 100644 --- a/chapter06/modutils-inst.xml +++ b/chapter06/modutils-inst.xml @@ -1,11 +1,19 @@ +   + Installation of Modutils -Install Modutils by running the following commands: +Prepare Modutils to be compiled: + +./configure + +Continue with compiling the package: + +make + +And finish off installing the package: -./configure && -make && -make install +make install diff --git a/chapter06/modutils.xml b/chapter06/modutils.xml index a26782946..eb556ca76 100644 --- a/chapter06/modutils.xml +++ b/chapter06/modutils.xml @@ -5,8 +5,8 @@ Estimated build time: &modutils-time; Estimated required disk space: &modutils-compsize; -&c6-modutils-inst; -&aa-modutils-desc; +&aa-modutils-shortdesc; &aa-modutils-dep; +&c6-modutils-inst; -- cgit v1.2.3-54-g00ecf