diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-28 17:25:50 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-28 17:25:50 +0100 |
commit | a2cb1b3951d0e9b5e2c16ce6e871e7ef7056c951 (patch) | |
tree | c84b35bb1a5ad70cf82053143776e5dc47860a2d /package/vim/Makefile | |
parent | 834241eb737720ba7ec1a15f81bc29ace5fdb12c (diff) | |
parent | 10a4e449eebc151f3bc7774433a53ee1a44c9919 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/vim/Makefile')
-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 |