wine: fix staging patch scripts

This commit is contained in:
zlice 2024-08-21 15:49:17 -04:00 committed by classabbyamp
parent e952fb29d4
commit 49dc9661f3
1 changed files with 1 additions and 0 deletions

View File

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