mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
Merge pull request #4076 from bam80/vim
system-tools: add Vim runtime files
This commit is contained in:
commit
f5bfe89072
@ -20,6 +20,8 @@ PKG_CONFIGURE_OPTS_TARGET="vim_cv_getcwd_broken=no \
|
||||
vim_cv_tty_mode=0620 \
|
||||
ac_cv_sizeof_int=4 \
|
||||
ac_cv_small_wchar_t=no \
|
||||
--datarootdir=/storage/.kodi/addons/virtual.system-tools/data \
|
||||
--disable-nls \
|
||||
--enable-selinux=no \
|
||||
--enable-gui=no \
|
||||
--with-compiledby=LibreELEC \
|
||||
@ -35,3 +37,11 @@ pre_configure_target() {
|
||||
make_target() {
|
||||
:
|
||||
}
|
||||
|
||||
post_makeinstall_target() {
|
||||
(
|
||||
cd $INSTALL/storage/.kodi/addons/virtual.system-tools/data/vim/vim*
|
||||
rm -r doc tutor gvimrc_example.vim
|
||||
mv vimrc_example.vim ../vimrc
|
||||
)
|
||||
}
|
||||
|
@ -172,4 +172,5 @@ addon() {
|
||||
|
||||
# vim
|
||||
cp -P $(get_build_dir vim)/.install_pkg/usr/bin/vim $ADDON_BUILD/$PKG_ADDON_ID/bin
|
||||
cp -Pa $(get_build_dir vim)/.install_pkg/storage/.kodi/addons/virtual.system-tools/data/vim/ $ADDON_BUILD/$PKG_ADDON_ID/data
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user