mirror of
https://github.com/SinTan1729/lure-repo.git
synced 2025-02-05 14:12:37 -06:00
fix: Install locations for neovim
This commit is contained in:
parent
44c3b6c5ac
commit
81176c4f63
1 changed files with 1 additions and 1 deletions
|
@ -24,5 +24,5 @@ package() {
|
||||||
# Build package
|
# Build package
|
||||||
echo "Creating the package"
|
echo "Creating the package"
|
||||||
tar -xzf "${name}.tar.gz" -C .
|
tar -xzf "${name}.tar.gz" -C .
|
||||||
cp -R nvim-linux64 ${pkgdir}/usr
|
cp -r * ${pkgdir}/usr/
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue