Bläddra i källkod

Let people build installers for any machine type on Linux, just canonicalize the x86 and x86_64 types.

Adam Ierymenko 11 år sedan
förälder
incheckning
644db7a04a
1 ändrade filer med 0 tillägg och 3 borttagningar
  1. 0 3
      buildinstaller.sh

+ 0 - 3
buildinstaller.sh

@@ -38,9 +38,6 @@ case "$system" in
 			x86_64|amd64|x64)
 			x86_64|amd64|x64)
 				machine="x64"
 				machine="x64"
 				;;
 				;;
-			*)
-				echo "Unsupported machine type: $machine"
-				exit 2
 		esac
 		esac
 
 
 		echo "Assembling Linux installer for $machine and version $vmajor.$vminor.$revision"
 		echo "Assembling Linux installer for $machine and version $vmajor.$vminor.$revision"