From 970b94ef81ae4ac576936bccd157c54c07a719c6 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Thu, 5 Dec 2024 13:58:00 -0500 Subject: Fixed Bugs in Neovim Script --- runs/neovim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runs/neovim') diff --git a/runs/neovim b/runs/neovim index 5eab896..b12a4a5 100755 --- a/runs/neovim +++ b/runs/neovim @@ -6,7 +6,7 @@ version="v0.10.2" git clone -b $version https://github.com/neovim/neovim.git $target/neovim sudo dnf install -y cmake gettext lua lua-libs -cd $HOME/neovim +cd $target/neovim make CMAKE_BUILD_TYPE=RelWithDebInfo -make CMAKE_INSTALL_PREFIX=$target/bin install +make CMAKE_INSTALL_PREFIX=$target install -- cgit v1.2.3