1
1
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:
Tae Won Ha 2017-05-04 20:57:31 +02:00
parent e2532edc1f
commit e04ee214fb
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -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 .