From 81176c4f63eca34d9644dac7d795eee05bb3d001 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Thu, 30 Jan 2025 19:30:04 -0600 Subject: [PATCH] fix: Install locations for neovim --- neovim/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neovim/lure.sh b/neovim/lure.sh index 971b073..e9462f4 100644 --- a/neovim/lure.sh +++ b/neovim/lure.sh @@ -24,5 +24,5 @@ package() { # Build package echo "Creating the package" tar -xzf "${name}.tar.gz" -C . - cp -R nvim-linux64 ${pkgdir}/usr + cp -r * ${pkgdir}/usr/ }