Fix suffix for arm

pull/29/head
Darren Shepherd 2019-02-08 17:21:29 -07:00
parent ab1e7ba3e3
commit 4e2d6c9b1c
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ case $ARCH in
;;
arm*)
ARCH=arm
SUFFIX=-${ARCH}
SUFFIX=-${ARCH}hf
;;
*)
fatal Unknown architecture $ARCH