diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-15 11:12:56 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-15 11:12:56 +0200 |
commit | 550df79e063366bd347522a87b4d4796c9a85c16 (patch) | |
tree | 16acbc0855befff247329a7533a1e61e12b765e2 /base/vim/Pkgfile | |
parent | 1e3d61444c1f00fb0ccf6a53d9dbddb2a5cb8553 (diff) | |
download | nutyx-extra-550df79e063366bd347522a87b4d4796c9a85c16.tar.gz nutyx-extra-550df79e063366bd347522a87b4d4796c9a85c16.tar.bz2 nutyx-extra-550df79e063366bd347522a87b4d4796c9a85c16.tar.xz nutyx-extra-550df79e063366bd347522a87b4d4796c9a85c16.zip |
vim, maj vim#7.2-2
Diffstat (limited to 'base/vim/Pkgfile')
-rwxr-xr-x | base/vim/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/base/vim/Pkgfile b/base/vim/Pkgfile index 01af08969..24a6ec056 100755 --- a/base/vim/Pkgfile +++ b/base/vim/Pkgfile @@ -6,13 +6,13 @@ name=vim version=7.2 -release=1 +release=2 source=(ftp://ftp.vim.org/pub/vim/unix/vim-$version.tar.bz2 \ -http://www.linuxfromscratch.org/patches/lfs/development/$name-$version-fixes-4.patch \ +http://www.linuxfromscratch.org/patches/lfs/development/$name-$version-fixes-5.patch \ vimrc) build () { cd $name${version/\./} -patch -Np1 -i ../$name-$version-fixes-4.patch +patch -Np1 -i ../$name-$version-fixes-5.patch echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h ./configure --prefix=/usr \ --enable-gui=no --with-x=no \ |