From 89c1143c1867c12bc29dd309d996d6e9350e5fbc Mon Sep 17 00:00:00 2001 From: Tor Morten Finnesand Date: Thu, 10 Apr 2025 22:08:02 +0200 Subject: [PATCH] wine: Fix wine staging build --- srcpkgs/wine/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template index fd40b66821a..7ec25611424 100644 --- a/srcpkgs/wine/template +++ b/srcpkgs/wine/template @@ -94,6 +94,7 @@ fi post_patch() { if [ "${build_option_staging}" ]; then + export PATH="/usr/libexec/chroot-git:${PATH}" "../wine-staging-${_pkgver}/staging/patchinstall.py" --all fi }