vim-python: Remove vim-runtime subpackage
The vim-runtime package is being built by the main vim package.
This commit is contained in:
parent
481f948bb1
commit
545a24028c
@ -42,6 +42,8 @@ vi_cv_var_python3_version=3.6
|
||||
--with-python3-config-dir=$TERMUX_PREFIX/lib/python3.6/config-3.6m/
|
||||
"
|
||||
TERMUX_PKG_DESCRIPTION+=" - with python support"
|
||||
# Remove share/vim/vim80 which is in vim-runtime built as a subpackage of vim:
|
||||
TERMUX_PKG_RM_AFTER_INSTALL+=" share/vim/vim80"
|
||||
termux_step_pre_configure() {
|
||||
CPPFLAGS+=" -I${TERMUX_PREFIX}/include/python3.6m"
|
||||
}
|
||||
|
@ -1,3 +0,0 @@
|
||||
TERMUX_SUBPKG_INCLUDE="share/vim/vim80"
|
||||
TERMUX_SUBPKG_DESCRIPTION="Vi IMproved - Runtime files"
|
||||
TERMUX_SUBPKG_PLATFORM_INDEPENDENT=yes
|
Loading…
Reference in New Issue
Block a user