From 45714a7d3b3c0851d598d966a2ce9790e177c6e1 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Thu, 23 Aug 2001 22:38:49 +0000 Subject: [Bug 127] Clean up ln, mv and cp commands git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1011 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/vim-inst.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06/vim-inst.xml') diff --git a/chapter06/vim-inst.xml b/chapter06/vim-inst.xml index 382404739..f75753935 100644 --- a/chapter06/vim-inst.xml +++ b/chapter06/vim-inst.xml @@ -18,7 +18,7 @@ in which order it is done. Install Vim by running the following commands: make && make install && cd /usr/bin && -ln -s vim vi +ln -sf vim vi If you plan on installing the X Window system on your LFS system, you might want to re-compile Vim after you have installed X. Vim @@ -42,7 +42,7 @@ instead of the one presented above: make && make install && cd /usr/bin && -ln -s vim vi && +ln -sf vim vi && mkdir /var/lib/vim -- cgit v1.2.3-54-g00ecf