diff options
author | Chris Larson <clarson@kergoth.com> | 2003-10-23 22:24:20 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-10-23 22:24:20 +0000 |
commit | 1011ada389f928dc1af457378f8a5b1d21b418f8 (patch) | |
tree | ccf097b0e27780297d572ad68188d24613f1bc94 /vim | |
parent | ae17fc1d59cbbe2f92f4df8ef52dbe55a3d3d705 (diff) |
Add initial vim-tiny package. builds in tiny mode (no vimdiff). cuts the binary size by a few hundred k. Still need to make the /usr/share/vim/* packaging more granular.
BKrev: 3f985514uMh7FKd2yuHI6mp4FUorVg
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vim-tiny_6.2.oe | 0 | ||||
-rw-r--r-- | vim/vim_6.2.oe | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/vim/vim-tiny_6.2.oe b/vim/vim-tiny_6.2.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/vim/vim-tiny_6.2.oe diff --git a/vim/vim_6.2.oe b/vim/vim_6.2.oe index 1eb68b8c9c..b46efd2f5c 100644 --- a/vim/vim_6.2.oe +++ b/vim/vim_6.2.oe @@ -21,3 +21,5 @@ do_configure () { touch auto/configure touch auto/config.mk auto/config.h } + +#FILES_${PN}-doc=${datadir}/vim/vim62/doc ${mandir} ${infodir} |