Browse Source

Wine PKGBUILD: Check diff files as well

master
Fincer 6 years ago
parent
commit
6a96bbbb05
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      arch/0-wine-staging-git/PKGBUILD

+ 1
- 1
arch/0-wine-staging-git/PKGBUILD View File

@ -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


Loading…
Cancel
Save