Browse Source

Fix ARM dpkg build.

Adam Ierymenko 9 years ago
parent
commit
48745eca57
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ext/installfiles/linux/buildinstaller.sh

+ 1 - 1
ext/installfiles/linux/buildinstaller.sh

@@ -41,7 +41,7 @@ case "$system" in
 				machine="x64"
 				debian_arch="amd64"
 				;;
-			armv6l|arm|armhf)
+			armv6l|arm|armhf|arm7l|armv7l)
 				machine="armv6l"
 				debian_arch="armhf"
 				;;