Vim: create settings folder if it doesn't exists.

Patch by GCI2014 student Ezo. Thanks!
This commit is contained in:
Adrien Destugues
2014-12-03 08:59:35 +01:00
parent 893346f4ff
commit 56677611c4
2 changed files with 586 additions and 434 deletions

View File

@@ -15,7 +15,7 @@ SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-7.4.tar.bz2"
CHECKSUM_SHA256="d0f5a6d2c439f02d97fa21bd9121f4c5abb1f6cd8b5a79d3ca82867495734ade"
COPYRIGHT="Bram Moleenar et al."
LICENSE="Vim"
REVISION="2"
REVISION="3"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
@@ -50,11 +50,13 @@ BUILD_PREREQUIRES="
cmd:autoconf
cmd:gcc
cmd:find
cmd:grep
cmd:sed
"
SOURCE_DIR="vim74"
PATCHES="
vim-7.4.patch
vim-7.4.patchset
"
BUILD()