installer fixes for arm

- Fixed arch typo
This commit is contained in:
Carl D. Roth
2016-05-16 11:51:04 -07:00
parent d67d6d97b7
commit b7c148efcd

View File

@@ -27,7 +27,7 @@ ARCH=`uname -m`
if test "$ARCH" != "$IARCH"; then
# identify mappings between kernel arch and debian arch
case "$IARCH:$ARCH" in
armel:arm7l) ;;
armel:armv7l) ;;
powerpc:ppc) ;;
*)
echo