Android: Fix typo of name of armv7l in installation script. Thanks, 4omecha.

This commit is contained in:
Joey Hess 2019-03-22 09:39:18 -04:00
parent b22d07ba93
commit 97ae0f2c22
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 4 additions and 1 deletions

View file

@ -18,7 +18,7 @@ case $(uname -m) in
arm)
arch=armel
;;
armv71)
armv7l)
arch=armel
;;
x86_64)