From 5111cd577a8f2230b84fb3e4ff806973400721f1 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Tue, 5 Jun 2007 17:59:15 +0000 Subject: Replaced hardcoded Vim data directory name by an entity. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8148 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/vim.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06/vim.xml') diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 5f8123a96..af694562a 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -112,7 +112,7 @@ done class="directory">/usr/share/doc/vim-&vim-version;, making it consistent with the location of documentation for other packages: -ln -sv ../vim/vim70/doc /usr/share/doc/vim-&vim-version; +ln -sv ../&vim-docdir;/doc /usr/share/doc/vim-&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 @@ -177,7 +177,7 @@ EOF *.spl and optionally, the *.sug files for your language and character encoding from and save them to - /usr/share/vim/vim70/spell/. + /usr/share/&vim-docdir;/spell/. To use these spell files, some configuration in /etc/vimrc is needed, e.g.: -- cgit v1.2.3-54-g00ecf