change where neovim looks for _pkgconfig_force_rebuild
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
git_repo: "{{ pkgconfig.neovim.git_repo }}"
|
||||
git_path: "{{ d_tempdir.path }}/neovim"
|
||||
build_type: "{{ pkgconfig.neovim.build_type }}"
|
||||
clean: "{{ pkgconfig_neovim.clean | default(package_default_clean_src) }}"
|
||||
clean: "{{ pkgconfig_neovim.clean | default(_pkgconfig_force_rebuild) }}"
|
||||
installed_files: "{{ pkgconfig.neovim.build_installed_files }}"
|
||||
|
||||
- name: Set neovim config for appimage install
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
when:
|
||||
- neovim.installed_files is defined
|
||||
- neovim.clean
|
||||
- _pkgconfig_force_rebuild
|
||||
become: "{{ ext_become }}"
|
||||
loop: "{{ neovim.installed_files }}"
|
||||
loop_control:
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
neovim:
|
||||
version: "{{ _pkgversion_neovim }}"
|
||||
build_type: Release
|
||||
clean_install: false
|
||||
clean_install: "{{ _pkgconfig_force_rebuild }}"
|
||||
git_repo: https://github.com/neovim/neovim
|
||||
git_branch: "{{ _gitbranch_neovim }}"
|
||||
appimage:
|
||||
|
||||
Reference in New Issue
Block a user