diff options
author | davidovski <david@davidovski.xyz> | 2022-01-16 16:03:29 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-16 16:03:29 +0000 |
commit | 6fc3b9dc3e84abb1371424efbc8b01ccd41e27f6 (patch) | |
tree | bcd19e5d5d19536626d70c931cc2b26cadee0f50 /repo/util/vim.xibuild | |
parent | 430d276607ead5129cc222f1f139128e9a3f9082 (diff) |
changed patch to prepare
Diffstat (limited to 'repo/util/vim.xibuild')
-rw-r--r-- | repo/util/vim.xibuild | 2 |
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 } |