diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-27 21:17:30 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-27 21:17:30 +0100 |
commit | 98568f1697ef3ac001b64ff9de055a333706ee3d (patch) | |
tree | 800ad6640ccc673a3c93af3b33969b8a394c7efa /package | |
parent | db40ed98b297d0550c6971b096c87bf0debf59b1 (diff) |
fix tab completion in vim :edit, by installing the example vimrc
Diffstat (limited to 'package')
-rw-r--r-- | package/vim/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package/vim/Makefile b/package/vim/Makefile index 1eabf5555..206c43dc8 100644 --- a/package/vim/Makefile +++ b/package/vim/Makefile @@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk PKG_NAME:= vim PKG_VERSION:= 7.3 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= 5b9510a17074e2b37d8bb38ae09edbf2 PKG_DESCR:= The text editor PKG_SECTION:= editor @@ -58,6 +58,9 @@ XAKE_FLAGS+= prefix=/usr \ post-install: ${INSTALL_DIR} ${IDIR_VIM}/usr/bin + ${INSTALL_DIR} ${IDIR_VIM}/usr/share/vim ${CP} ${WRKINST}/usr/bin/{ex,vim,view} ${IDIR_VIM}/usr/bin + ${CP} ${WRKINST}/usr/share/vim/vim73/vimrc_example.vim \ + ${IDIR_VIM}/usr/share/vim/vimrc include ${TOPDIR}/mk/pkg-bottom.mk |