diff options
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> |