diff options
| -rw-r--r-- | meta-oe/recipes-support/vim/vim_7.4.258.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/vim/vim_7.4.258.bb b/meta-oe/recipes-support/vim/vim_7.4.258.bb index 7f88fa0a7d..844be10f88 100644 --- a/meta-oe/recipes-support/vim/vim_7.4.258.bb +++ b/meta-oe/recipes-support/vim/vim_7.4.258.bb | |||
| @@ -60,9 +60,10 @@ EXTRA_OECONF = " \ | |||
| 60 | " | 60 | " |
| 61 | 61 | ||
| 62 | do_install_append() { | 62 | do_install_append() { |
| 63 | # Work around rpm picking up csh or awk as a dep | 63 | # Work around rpm picking up csh or awk or perl as a dep |
| 64 | chmod -x ${D}${datadir}/${BPN}/${VIMDIR}/tools/vim132 | 64 | chmod -x ${D}${datadir}/${BPN}/${VIMDIR}/tools/vim132 |
| 65 | chmod -x ${D}${datadir}/${BPN}/${VIMDIR}/tools/mve.awk | 65 | chmod -x ${D}${datadir}/${BPN}/${VIMDIR}/tools/mve.awk |
| 66 | chmod -x ${D}${datadir}/${BPN}/${VIMDIR}/tools/*.pl | ||
| 66 | 67 | ||
| 67 | # Install example vimrc from runtime files | 68 | # Install example vimrc from runtime files |
| 68 | install -m 0644 ../runtime/vimrc_example.vim ${D}/${datadir}/${BPN}/vimrc | 69 | install -m 0644 ../runtime/vimrc_example.vim ${D}/${datadir}/${BPN}/vimrc |
