diff options
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vim_6.2.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vim_6.2.oe b/vim/vim_6.2.oe index 663cc7f6e5..ff7c4c99e5 100644 --- a/vim/vim_6.2.oe +++ b/vim/vim_6.2.oe @@ -3,7 +3,7 @@ DESCRIPTION = "Vim is an almost fully-compatible \ version of the Unix editor Vi." SRC_URI = "ftp://ftp.vim.org/pub/vim/unix/vim-${PV}.tar.bz2 \ - file://${FILESDIR}/configure.patch;patch=1" + file://configure.patch;patch=1" S = "${WORKDIR}/vim62/src" inherit autotools |