Fixing github's pkgbuild

This commit is contained in:
Zoe Roux 2021-04-04 20:46:18 +02:00
parent 117d4eafc2
commit 4d7fa442d5

View File

@ -11,11 +11,10 @@ groups=()
depends=("postgresql") depends=("postgresql")
makedepends=() makedepends=()
install="kyoo.install" install="kyoo.install"
source=("pkg") # The output folder is needed but we can't use directory in the source array.
sha256sums=("SKIP") source=()
sha256sums=()
build() { }
package() { package() {
cp -r --no-preserve ownership "$srcdir" "$pkgdir" cp -r --no-preserve ownership "$srcdir/output/*" "$pkgdir"
} }