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 }