From 6fc3b9dc3e84abb1371424efbc8b01ccd41e27f6 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 16 Jan 2022 16:03:29 +0000 Subject: changed patch to prepare --- repo/util/vim.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/util') 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 } -- cgit v1.2.1