mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
system-tools: add Vim runtime files
This commit is contained in:
parent
3fa96717f8
commit
f3f2cd87ea
@ -20,6 +20,8 @@ PKG_CONFIGURE_OPTS_TARGET="vim_cv_getcwd_broken=no \
|
|||||||
vim_cv_tty_mode=0620 \
|
vim_cv_tty_mode=0620 \
|
||||||
ac_cv_sizeof_int=4 \
|
ac_cv_sizeof_int=4 \
|
||||||
ac_cv_small_wchar_t=no \
|
ac_cv_small_wchar_t=no \
|
||||||
|
--datarootdir=/storage/.kodi/addons/virtual.system-tools/data \
|
||||||
|
--disable-nls \
|
||||||
--enable-selinux=no \
|
--enable-selinux=no \
|
||||||
--enable-gui=no \
|
--enable-gui=no \
|
||||||
--with-compiledby=LibreELEC \
|
--with-compiledby=LibreELEC \
|
||||||
@ -35,3 +37,11 @@ pre_configure_target() {
|
|||||||
make_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
|
# vim
|
||||||
cp -P $(get_build_dir vim)/.install_pkg/usr/bin/vim $ADDON_BUILD/$PKG_ADDON_ID/bin
|
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