From 65dc4b05d8e1148e534fa41c68930de834424e75 Mon Sep 17 00:00:00 2001 From: sirkhancision Date: Tue, 21 Mar 2023 21:06:03 -0300 Subject: [PATCH] wine: fix path to patchinstall in wine-staging --- srcpkgs/wine/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template index f2af67df507d..e715f8f559b2 100644 --- a/srcpkgs/wine/template +++ b/srcpkgs/wine/template @@ -76,7 +76,7 @@ fi post_patch() { if [ "${build_option_staging}" ]; then - "../wine-staging-${_pkgver}/patches/patchinstall.sh" --all + "../wine-staging-${_pkgver}/staging/patchinstall.py" --all fi }