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 }