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