wine: fix path to patchinstall in wine-staging

This commit is contained in:
sirkhancision 2023-03-21 21:06:03 -03:00 committed by Helmut Pozimski
parent 80d85f4c8b
commit bc056302ee
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ fi
post_patch() {
if [ "${build_option_staging}" ]; then
"../wine-staging-${_pkgver}/patches/patchinstall.sh" --all
"../wine-staging-${_pkgver}/staging/patchinstall.py" --all
fi
}