diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-08-10 19:51:51 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-08-10 19:51:51 +0000 |
commit | f73dcacc8a5b014e220f31ef320cbfd6fcedb60d (patch) | |
tree | 9709d4be1a0c78febfdba92da532e8ea8c2e0682 /chapter06 | |
parent | 1c9bc6a47ea7f870de2d68451efa37f3bc3780fd (diff) |
Updated to modutils-2.4.19, linux-2.4.19, gettext-0.11.5, binutils-2.13, textutils-2.1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2054 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/less-inst.xml | 2 | ||||
-rw-r--r-- | chapter06/vim-inst.xml | 9 |
2 files changed, 5 insertions, 6 deletions
diff --git a/chapter06/less-inst.xml b/chapter06/less-inst.xml index f78702af2..592c598c2 100644 --- a/chapter06/less-inst.xml +++ b/chapter06/less-inst.xml @@ -3,7 +3,7 @@ <para>Install Less by running the following commands:</para> -<para><screen><userinput>./configure --prefix=/usr --bindir=/bin && +<para><screen><userinput>./configure --prefix=/usr --bindir=/bin --sysconfdir=/etc && make && make install</userinput></screen></para> diff --git a/chapter06/vim-inst.xml b/chapter06/vim-inst.xml index fe0910186..c5476647e 100644 --- a/chapter06/vim-inst.xml +++ b/chapter06/vim-inst.xml @@ -5,11 +5,10 @@ install it. Make sure it's unpacked before running the installation commands.</para> -<para>If you don't like vim to be installed as an editor on your LFS system, -you may want to download an alternative and install the editor you -prefer. There are a few hints on how to install different editors -available at <ulink url="&hints-index;#editors"/>. Currently there are -hints for Emacs, joe, and nano.</para> +<para>If you not wish to install Vim, build instructions for +alternative editors are available at +<ulink url="&blfs-root;view/cvs/postlfs/editors.html"/>. +Currently, there are instructions for Emacs, nano, and joe.</para> <para>Install Vim by running the following commands:</para> |