mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 08:55:07 +03:00
fix(vim)
This commit is contained in:
parent
341777496a
commit
7eab4f0a97
1 changed files with 3 additions and 4 deletions
|
@ -35,10 +35,9 @@ build:
|
||||||
--enable-luainterp
|
--enable-luainterp
|
||||||
make
|
make
|
||||||
make install prefix={{prefix}}
|
make install prefix={{prefix}}
|
||||||
if test "{{hw.platform}}+{{hw.arch}}" = "linux+x86-64"; then
|
|
||||||
cd {{prefix}}/bin
|
cd {{prefix}}/bin
|
||||||
ln -s vim vi
|
ln -s vim vi
|
||||||
fi
|
|
||||||
test:
|
test:
|
||||||
script: |
|
script: |
|
||||||
vim --version
|
vim --version
|
||||||
|
|
Loading…
Reference in a new issue