diff --git a/arch/0-wine-staging-git/PKGBUILD b/arch/0-wine-staging-git/PKGBUILD index 52910b6..30a8239 100755 --- a/arch/0-wine-staging-git/PKGBUILD +++ b/arch/0-wine-staging-git/PKGBUILD @@ -197,7 +197,7 @@ build() { ${staging_patchsets[*]} fi - if [[ $(ls "${srcdir}"/*.patch | wc -w) -ne 0 ]]; then + if [[ $(ls "${srcdir}"/*.{patch,diff} | wc -w) -ne 0 ]]; then cd "${srcdir}"/wine-git # Apply all custom patches