diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-05-11 21:28:48 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-05-11 21:28:48 +0000 |
commit | 0b6cb049c386a2b24162b97821bb5082cfae0454 (patch) | |
tree | f14249631bb0514d6d981c009d96d2e80c357a5d /chapter05 | |
parent | 72b8e89c6272a69b29bced4cf410114a5a3867d8 (diff) |
Zack's patches: Removed Netkit-base 0.17. Added Inetutils 1.4.2. Added lfs-utils-0.2.1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2570 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/chapter05.xml | 1 | ||||
-rw-r--r-- | chapter05/lfs-utils-inst.xml | 15 | ||||
-rw-r--r-- | chapter05/lfs-utils.xml | 10 |
3 files changed, 26 insertions, 0 deletions
diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml index a8369c913..87c5acb2a 100644 --- a/chapter05/chapter05.xml +++ b/chapter05/chapter05.xml @@ -19,6 +19,7 @@ &c5-binutils-pass2; &c5-gawk; &c5-coreutils; +&c5-lfs-utils; &c5-bzip2; &c5-gzip; &c5-diffutils; diff --git a/chapter05/lfs-utils-inst.xml b/chapter05/lfs-utils-inst.xml new file mode 100644 index 000000000..5c080af8d --- /dev/null +++ b/chapter05/lfs-utils-inst.xml @@ -0,0 +1,15 @@ +<sect2><title> </title><para> </para></sect2> + +<sect2> +<title>Installation of Lfs-Utils</title> + +<para>Compile the package:</para> + +<para><screen><userinput>make</userinput></screen></para> + +<para>And install the package:</para> + +<para><screen><userinput>make PREFIX=/stage1 install</userinput></screen></para> + +</sect2> + diff --git a/chapter05/lfs-utils.xml b/chapter05/lfs-utils.xml new file mode 100644 index 000000000..b24a766c4 --- /dev/null +++ b/chapter05/lfs-utils.xml @@ -0,0 +1,10 @@ +<sect1 id="ch05-lfs-utils"> +<title>Installing Lfs-Utils-&lfs-utils-version;</title> +<?dbhtml filename="lfs-utils.html" dir="chapter05"?> + +&aa-lfs-utils-shortdesc; +&aa-lfs-utils-dep; +&c5-lfs-utils-inst; + +</sect1> + |