ソースを参照

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

Adam Ierymenko 11 年 前
コミット
644db7a04a
1 ファイル変更0 行追加3 行削除
  1. 0 3
      buildinstaller.sh

+ 0 - 3
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"