mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-22 05:50:40 +08:00
change: fix scrcpy patch path
This commit is contained in:
parent
d2b5e784a0
commit
beddb4b920
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ PKGBUILD='PKGBUILD'
|
|||
# prepare upstream source
|
||||
prepare() {
|
||||
sed -i "s/^arch=.*$/arch=('aarch64')/g" PKGBUILD
|
||||
git apply 0001-fix-aarch64-compilation.patch
|
||||
git apply ../0001-fix-aarch64-compilation.patch
|
||||
}
|
||||
|
||||
# which files to include, overrides exclude_files below
|
||||
|
|
Loading…
Reference in a new issue