mirror of
https://github.com/SinTan1729/lure-repo.git
synced 2025-02-05 14:12:37 -06:00
fix: Change PWD
This commit is contained in:
parent
cf223dece3
commit
95c5d35820
1 changed files with 1 additions and 0 deletions
|
@ -25,5 +25,6 @@ package() {
|
||||||
echo "Creating the package"
|
echo "Creating the package"
|
||||||
tar -xzf "${name}.tar.gz" -C .
|
tar -xzf "${name}.tar.gz" -C .
|
||||||
mkdir ${pkgdir}/usr
|
mkdir ${pkgdir}/usr
|
||||||
|
cd ./nvim-linux-x86_64
|
||||||
cp -r share lib bin ${pkgdir}/usr/
|
cp -r share lib bin ${pkgdir}/usr/
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue