From e244b0cda256eefe62c0a0eca1a96d58e428b4ee Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 25 Oct 2015 09:10:15 -0600 Subject: [PATCH] Fix the check for whether to include 32-bit arch in Mac OS X packages. --- mkpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkpkg b/mkpkg index b9e41d80d..1578042fc 100755 --- a/mkpkg +++ b/mkpkg @@ -241,7 +241,7 @@ case "$osversion" in ;; macos*) case "$osversion" in - macos10[0-6]i386|macos10[0-6]x86_64) + macos10[0-6]-i386|macos10[0-6]-x86_64) # Build intel universal binaries for 10.6 and below ARCH_FLAGS="-arch i386 -arch x86_64" ;; -- 2.40.0