wine: Fix wine staging build

This commit is contained in:
Tor Morten Finnesand 2025-04-10 22:08:02 +02:00 committed by Helmut Pozimski
parent 8b79462b15
commit 89c1143c18

View file

@ -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
}