From 49dc9661f35c3404816e99a12dfead883de790c9 Mon Sep 17 00:00:00 2001 From: zlice Date: Wed, 21 Aug 2024 15:49:17 -0400 Subject: [PATCH] wine: fix staging patch scripts --- srcpkgs/wine/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template index 86f5be6ea1c..667e9a60cd1 100644 --- a/srcpkgs/wine/template +++ b/srcpkgs/wine/template @@ -93,6 +93,7 @@ fi post_patch() { if [ "${build_option_staging}" ]; then + export PATH="/usr/libexec/chroot-git:${PATH}" "../wine-staging-${_pkgver}/staging/patchinstall.py" --all fi }