From 644db7a04a778d71e19983517941f063710751ec Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 27 Aug 2014 20:15:41 -0400 Subject: [PATCH] Let people build installers for any machine type on Linux, just canonicalize the x86 and x86_64 types. --- buildinstaller.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/buildinstaller.sh b/buildinstaller.sh index 94b67db18..681e0db57 100755 --- a/buildinstaller.sh +++ b/buildinstaller.sh @@ -38,9 +38,6 @@ case "$system" in x86_64|amd64|x64) machine="x64" ;; - *) - echo "Unsupported machine type: $machine" - exit 2 esac echo "Assembling Linux installer for $machine and version $vmajor.$vminor.$revision"