diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-12-21 19:00:26 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-12-21 19:00:26 +0000 |
commit | faaf88e953d0a3332bb7df5bee681116b45f5ff5 (patch) | |
tree | 7a80bd112f3c4b1af342c9e9eee1828b0d5aff79 /chapter06 | |
parent | d781ffbe09451f0cce880a010b2d8f5f09047f6f (diff) |
Fix the broken Vim documentation symlink
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7231 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/vim.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 6fa6eb85d..91937b646 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -88,7 +88,7 @@ allows the documentation to be accessed via <filename class="directory">/usr/share/doc/vim-&vim-version;</filename>, making it consistent with the location of documentation for other packages:</para> -<screen><userinput>ln -sv /usr/share/vim/vim64/doc ../../../doc/vim-&vim-version;</userinput></screen> +<screen><userinput>ln -sv ../vim/vim64/doc /usr/share/doc/vim-&version;</userinput></screen> <para>If an X Window System is going to be installed on the LFS system, it may be necessary to recompile Vim after installing X. Vim |