mirror of
https://github.com/SinTan1729/lure-repo.git
synced 2025-02-05 14:12:37 -06:00
fix: Create missing dir
This commit is contained in:
parent
81176c4f63
commit
bca80f0d8e
1 changed files with 1 additions and 0 deletions
|
@ -24,5 +24,6 @@ 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 .
|
||||||
|
mkdir ${pkgdir}/usr
|
||||||
cp -r * ${pkgdir}/usr/
|
cp -r * ${pkgdir}/usr/
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue