summaryrefslogtreecommitdiff
path: root/runs
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2024-12-05 13:58:00 -0500
committerJacob McDonnell <jacob@jacobmcdonnell.com>2024-12-05 13:58:00 -0500
commit970b94ef81ae4ac576936bccd157c54c07a719c6 (patch)
tree0850ae1fcb566c7a39a93d90183cacef788c5acc /runs
parentf8d09c5cfd6d1d9595b64547dc9d29c63e40c5f2 (diff)
Fixed Bugs in Neovim Script
Diffstat (limited to 'runs')
-rwxr-xr-xruns/neovim4
1 files changed, 2 insertions, 2 deletions
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