mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 23:47:49 +00:00
system-tools: move redundant Vim runtime dir
This commit is contained in:
parent
3dc0d27e2e
commit
47ba2c0243
@ -29,6 +29,8 @@ PKG_CONFIGURE_OPTS_TARGET="vim_cv_getcwd_broken=no \
|
|||||||
--with-tlib=ncurses \
|
--with-tlib=ncurses \
|
||||||
--without-x"
|
--without-x"
|
||||||
|
|
||||||
|
PKG_MAKEINSTALL_OPTS_TARGET=VIMRTDIR=
|
||||||
|
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf .$TARGET_NAME
|
rm -rf .$TARGET_NAME
|
||||||
@ -40,8 +42,8 @@ make_target() {
|
|||||||
|
|
||||||
post_makeinstall_target() {
|
post_makeinstall_target() {
|
||||||
(
|
(
|
||||||
cd $INSTALL/storage/.kodi/addons/virtual.system-tools/data/vim/vim*
|
cd $INSTALL/storage/.kodi/addons/virtual.system-tools/data/vim
|
||||||
rm -r doc tutor gvimrc_example.vim
|
rm -r doc tutor gvimrc_example.vim
|
||||||
mv vimrc_example.vim ../vimrc
|
mv vimrc_example.vim vimrc
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user