wine: fix path to patchinstall in wine-staging
This commit is contained in:
parent
80d85f4c8b
commit
bc056302ee
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ fi
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
if [ "${build_option_staging}" ]; then
|
if [ "${build_option_staging}" ]; then
|
||||||
"../wine-staging-${_pkgver}/patches/patchinstall.sh" --all
|
"../wine-staging-${_pkgver}/staging/patchinstall.py" --all
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue