wine: fix path to patchinstall in wine-staging
This commit is contained in:
parent
80d85f4c8b
commit
bc056302ee
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue