diff --git a/neovim.changes b/neovim.changes index b8e3acc..52a97cc 100644 --- a/neovim.changes +++ b/neovim.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 20 18:24:11 UTC 2024 - Richard Rahl + +- fix the post scriptlet + ------------------------------------------------------------------- Wed Aug 14 21:23:07 UTC 2024 - Richard Rahl diff --git a/neovim.spec b/neovim.spec index ef8a4b9..fa9e9fb 100644 --- a/neovim.spec +++ b/neovim.spec @@ -172,6 +172,7 @@ if [ -d %{_datadir}/nvim/runtime/parser ]; then if [ ! -h %{_datadir}/nvim/runtime/parser ]; then mv %{_datadir}/nvim/runtime/parser \ %{_datadir}/nvim/runtime/parser.rpmsave +ln -sf %{_libdir}/tree_sitter %{_datadir}/nvim/runtime/parser fi else ln -sf %{_libdir}/tree_sitter %{_datadir}/nvim/runtime/parser