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

This commit is contained in:
Adam Ierymenko 2014-08-27 20:15:41 -04:00
parent 00b16f6aa6
commit 644db7a04a

View File

@ -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"