Commit 4e2d6c9b authored by Darren Shepherd's avatar Darren Shepherd

Fix suffix for arm

parent ab1e7ba3
...@@ -35,7 +35,7 @@ case $ARCH in ...@@ -35,7 +35,7 @@ case $ARCH in
;; ;;
arm*) arm*)
ARCH=arm ARCH=arm
SUFFIX=-${ARCH} SUFFIX=-${ARCH}hf
;; ;;
*) *)
fatal Unknown architecture $ARCH fatal Unknown architecture $ARCH
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment