wok rev 3287
vim: Fix receipt CONFIG_FIELS => CONFIG_FILES
author | Mallory Mollo <mallory@sweetpeople.org> |
---|---|
date | Wed Jun 03 15:15:09 2009 +0200 (2009-06-03) |
parents | 969acaae8c1d |
children | 4d5189529764 |
files | vim/receipt |
line diff
1.1 --- a/vim/receipt Wed Jun 03 15:14:40 2009 +0200 1.2 +++ b/vim/receipt Wed Jun 03 15:15:09 2009 +0200 1.3 @@ -9,7 +9,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WEB_SITE="http://www.vim.org/" 1.6 WGET_URL="ftp://ftp.vim.org/pub/vim/unix/$TARBALL" 1.7 -CONFIG_FIELS="/etc/vimrc" 1.8 +CONFIG_FILES="/etc/vimrc" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()