mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-07 18:24:14 -04:00
Fixing github's pkgbuild
This commit is contained in:
parent
117d4eafc2
commit
4d7fa442d5
@ -11,11 +11,10 @@ groups=()
|
||||
depends=("postgresql")
|
||||
makedepends=()
|
||||
install="kyoo.install"
|
||||
source=("pkg")
|
||||
sha256sums=("SKIP")
|
||||
|
||||
build() { }
|
||||
# The output folder is needed but we can't use directory in the source array.
|
||||
source=()
|
||||
sha256sums=()
|
||||
|
||||
package() {
|
||||
cp -r --no-preserve ownership "$srcdir" "$pkgdir"
|
||||
cp -r --no-preserve ownership "$srcdir/output/*" "$pkgdir"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user