wine: fix staging patch scripts
This commit is contained in:
parent
e952fb29d4
commit
49dc9661f3
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue