mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Vim: create settings folder if it doesn't exists.
Patch by GCI2014 student Ezo. Thanks!
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user