Fix suffix for arm

pull/29/head
Darren Shepherd 6 years ago
parent ab1e7ba3e3
commit 4e2d6c9b1c

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

Loading…
Cancel
Save