mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Fixing invalid dir for arch build
This commit is contained in:
parent
4d7fa442d5
commit
ee35ec48d2
@ -15,6 +15,10 @@ install="kyoo.install"
|
||||
source=()
|
||||
sha256sums=()
|
||||
|
||||
package() {
|
||||
cp -r --no-preserve ownership "$srcdir/output/*" "$pkgdir"
|
||||
build() {
|
||||
cp -a "$srcdir/../output" "$srcdir"
|
||||
}
|
||||
|
||||
package() {
|
||||
cp -a "$srcdir/output/." "$pkgdir"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user