Browse Source

Set Debian arch correctly on armv6l (armhf)

Adam Ierymenko 10 years ago
parent
commit
3a786ccc17
1 changed files with 4 additions and 0 deletions
  1. 4 0
      buildinstaller.sh

+ 4 - 0
buildinstaller.sh

@@ -41,6 +41,10 @@ case "$system" in
 				machine="x64"
 				machine="x64"
 				debian_arch="amd64"
 				debian_arch="amd64"
 				;;
 				;;
+			armv6l|arm|armhf)
+				machine="armv6l"
+				debian_arch="armhf"
+				;;
 		esac
 		esac
 
 
 		echo "Assembling Linux installer for $machine and version $vmajor.$vminor.$revision"
 		echo "Assembling Linux installer for $machine and version $vmajor.$vminor.$revision"