diff options
Diffstat (limited to 'chapter06/vim-inst.xml')
-rw-r--r-- | chapter06/vim-inst.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/vim-inst.xml b/chapter06/vim-inst.xml index c5476647e..31fc04fad 100644 --- a/chapter06/vim-inst.xml +++ b/chapter06/vim-inst.xml @@ -16,7 +16,7 @@ Currently, there are instructions for Emacs, nano, and joe.</para> ./configure --prefix=/usr && make CPPFLAGS=-DSYS_VIMRC_FILE=\\\"/etc/vimrc\\\" && make install && -ln -sf vim /usr/bin/vi</userinput></screen></para> +ln -s vim /usr/bin/vi</userinput></screen></para> <para>If you plan to install the X Window system on your LFS system, you might want to re-compile Vim after you have installed X. Vim @@ -38,7 +38,7 @@ instead of the one presented above:</para> ./configure --prefix=/usr --localstatedir=/var/lib/vim && make CPPFLAGS=-DSYS_VIMRC_FILE=\\\"/etc/vimrc\\\" && make install && -ln -sf vim /usr/bin/vi</userinput></screen></para> +ln -s vim /usr/bin/vi</userinput></screen></para> </sect2> |