From 6a96bbbb05cc6851b7466db4b2f37d8b1432882c Mon Sep 17 00:00:00 2001 From: Fincer Date: Mon, 12 Nov 2018 21:23:54 +0200 Subject: [PATCH] Wine PKGBUILD: Check diff files as well --- arch/0-wine-staging-git/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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