change: fix scrcpy patch path

This commit is contained in:
Archlinux-Jerry Build Bot 2019-11-20 12:15:43 +08:00
parent d2b5e784a0
commit beddb4b920
1 changed files with 1 additions and 1 deletions

View File

@ -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