vim-python: fix paths for vim v8.2.x in build.sh
This commit is contained in:
parent
9af511f64d
commit
a7b98adf08
@ -29,9 +29,9 @@ bin/rvim
|
||||
bin/ex
|
||||
share/man/man1/evim.1
|
||||
share/icons
|
||||
share/vim/vim81/spell/en.ascii*
|
||||
share/vim/vim81/print
|
||||
share/vim/vim81/tools
|
||||
share/vim/vim82/spell/en.ascii*
|
||||
share/vim/vim82/print
|
||||
share/vim/vim82/tools
|
||||
"
|
||||
TERMUX_PKG_CONFFILES="share/vim/vimrc"
|
||||
|
||||
@ -45,8 +45,8 @@ vi_cv_var_python3_version=3.8
|
||||
--with-python3-config-dir=$TERMUX_PREFIX/lib/python3.8/config-3.8/
|
||||
"
|
||||
TERMUX_PKG_DESCRIPTION+=" - with python support"
|
||||
# Remove share/vim/vim81 which is in vim-runtime built as a subpackage of vim:
|
||||
TERMUX_PKG_RM_AFTER_INSTALL+=" share/vim/vim81"
|
||||
# Remove share/vim/vim82 which is in vim-runtime built as a subpackage of vim:
|
||||
TERMUX_PKG_RM_AFTER_INSTALL+=" share/vim/vim82"
|
||||
termux_step_pre_configure() {
|
||||
CPPFLAGS+=" -I${TERMUX_PREFIX}/include/python3.8"
|
||||
}
|
||||
@ -69,9 +69,9 @@ termux_step_post_make_install() {
|
||||
cp $TERMUX_PKG_BUILDER_DIR/vimrc $TERMUX_PREFIX/share/vim/vimrc
|
||||
|
||||
# Remove most tutor files:
|
||||
cp $TERMUX_PREFIX/share/vim/vim81/tutor/{tutor,tutor.vim,tutor.utf-8} $TERMUX_PKG_TMPDIR/
|
||||
rm -f $TERMUX_PREFIX/share/vim/vim81/tutor/*
|
||||
cp $TERMUX_PKG_TMPDIR/{tutor,tutor.vim,tutor.utf-8} $TERMUX_PREFIX/share/vim/vim81/tutor/
|
||||
cp $TERMUX_PREFIX/share/vim/vim82/tutor/{tutor,tutor.vim,tutor.utf-8} $TERMUX_PKG_TMPDIR/
|
||||
rm -f $TERMUX_PREFIX/share/vim/vim82/tutor/*
|
||||
cp $TERMUX_PKG_TMPDIR/{tutor,tutor.vim,tutor.utf-8} $TERMUX_PREFIX/share/vim/vim82/tutor/
|
||||
|
||||
cd $TERMUX_PREFIX/bin
|
||||
ln -f -s vim vi
|
||||
|
Loading…
Reference in New Issue
Block a user