summaryrefslogtreecommitdiff
path: root/repo/util/vim.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/util/vim.xibuild')
-rw-r--r--repo/util/vim.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/util/vim.xibuild b/repo/util/vim.xibuild
index 06c05a1..31cd202 100644
--- a/repo/util/vim.xibuild
+++ b/repo/util/vim.xibuild
@@ -5,7 +5,7 @@ DEPS=(gpm acl glibc libgcrypt pcre zlib)
SOURCE=https://github.com/vim/vim.git
DESC="Vi Improved"
-patch () {
+prepare () {
echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h
}