From faaf88e953d0a3332bb7df5bee681116b45f5ff5 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Wed, 21 Dec 2005 19:00:26 +0000 Subject: Fix the broken Vim documentation symlink git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7231 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/vim.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06') 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 /usr/share/doc/vim-&vim-version;, making it consistent with the location of documentation for other packages: -ln -sv /usr/share/vim/vim64/doc ../../../doc/vim-&vim-version; +ln -sv ../vim/vim64/doc /usr/share/doc/vim-&version; 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 -- cgit v1.2.3-54-g00ecf