mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-01 01:32:04 +03:00
GH-438 Delete old runtime files when building
This commit is contained in:
parent
e2532edc1f
commit
e04ee214fb
@ -17,9 +17,10 @@ pushd neovim
|
||||
ln -f -s ../local.mk .
|
||||
|
||||
rm -rf build
|
||||
make clean
|
||||
make distclean
|
||||
|
||||
echo "### Building nvim to get the runtime folder"
|
||||
rm -rf /tmp/nvim
|
||||
make CMAKE_FLAGS="-DCUSTOM_UI=0 -DCMAKE_INSTALL_PREFIX=/tmp/nvim" install
|
||||
cp -r /tmp/nvim/share/nvim/runtime .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user