mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
fix(lvim)
This commit is contained in:
parent
315758aa15
commit
a9d5789bc4
1 changed files with 8 additions and 4 deletions
|
@ -19,10 +19,14 @@ build:
|
||||||
tea.xyz/gx/make: '*'
|
tea.xyz/gx/make: '*'
|
||||||
cmake.org: '*'
|
cmake.org: '*'
|
||||||
gnu.org/bash: '*'
|
gnu.org/bash: '*'
|
||||||
script: |
|
script:
|
||||||
./utils/installer/install.sh -y -l
|
- ./utils/installer/install.sh -y -l
|
||||||
./utils/installer/install_bin.sh
|
- ./utils/installer/install_bin.sh
|
||||||
./utils/installer/install-neovim-from-release
|
- ./utils/installer/install-neovim-from-release
|
||||||
|
- run: |
|
||||||
|
sed -i.bak "s_{{prefix}}_\$(cd \$(dirname \$0)/.. \&\& pwd)_g" lvim
|
||||||
|
rm lvim.bak
|
||||||
|
working-directory: ${{prefix}}/bin
|
||||||
env:
|
env:
|
||||||
INSTALL_PREFIX: '{{ prefix }}'
|
INSTALL_PREFIX: '{{ prefix }}'
|
||||||
LV_INSTALL_PREFIX: '{{ prefix }}'
|
LV_INSTALL_PREFIX: '{{ prefix }}'
|
||||||
|
|
Loading…
Reference in a new issue