From 212dc91b74f5974dca8df064c0d9674ea1f3d680 Mon Sep 17 00:00:00 2001 From: Fincer Date: Mon, 12 Nov 2018 21:26:39 +0200 Subject: [PATCH] Wine PKGBUILD: Minor fixes --- arch/0-wine-staging-git/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/0-wine-staging-git/PKGBUILD b/arch/0-wine-staging-git/PKGBUILD index 30a8239..e6af7a1 100755 --- a/arch/0-wine-staging-git/PKGBUILD +++ b/arch/0-wine-staging-git/PKGBUILD @@ -203,7 +203,7 @@ build() { # Apply all custom patches msg2 "Applying custom patches..." - for i in "${srcdir}"/*{.patch,diff}; do + for i in "${srcdir}"/*.{patch,diff}; do patch -Np1 < ${i} done fi @@ -211,7 +211,7 @@ build() { cd "${srcdir}" # Build wine 64-bit - #+(according to the wine wiki this 64-bit/32-bit building order is mandatory) + # According to the wine wiki this 64-bit/32-bit building order is mandatory if [[ "$CARCH" = "x86_64" ]] && [[ enable_64 -eq 1 ]]; then msg2 "Building Wine-64..." @@ -266,7 +266,7 @@ package() { depends=(${_depends[@]}) # Package wine 32-bit - #+(according to the wine wiki this reverse 32-bit/64-bit packaging order is important) + # According to the wine wiki this reverse 32-bit/64-bit packaging order is important if [[ $enable_32 -eq 1 ]]; then