Android: Fix typo of name of armv7l in installation script. Thanks, 4omecha.
This commit is contained in:
parent
b22d07ba93
commit
97ae0f2c22
3 changed files with 4 additions and 1 deletions
|
@ -35,6 +35,8 @@ git-annex (7.20190220) UNRELEASED; urgency=medium
|
||||||
because gpg now always wants to use gpg-agent, and shipping such a daemon
|
because gpg now always wants to use gpg-agent, and shipping such a daemon
|
||||||
in those is not a good idea.
|
in those is not a good idea.
|
||||||
* import: Let --force overwrite symlinks, not only regular files.
|
* import: Let --force overwrite symlinks, not only regular files.
|
||||||
|
* Android: Fix typo of name of armv7l in installation script.
|
||||||
|
Thanks, 4omecha.
|
||||||
|
|
||||||
-- Joey Hess <id@joeyh.name> Wed, 20 Feb 2019 14:20:59 -0400
|
-- Joey Hess <id@joeyh.name> Wed, 20 Feb 2019 14:20:59 -0400
|
||||||
|
|
||||||
|
|
|
@ -27,3 +27,4 @@ Patch below:
|
||||||
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
|
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
|
||||||
Sure, love it! :)
|
Sure, love it! :)
|
||||||
|
|
||||||
|
> Lo1! Thanks for the patch. [[done]] --[[Joey]]
|
||||||
|
|
|
@ -18,7 +18,7 @@ case $(uname -m) in
|
||||||
arm)
|
arm)
|
||||||
arch=armel
|
arch=armel
|
||||||
;;
|
;;
|
||||||
armv71)
|
armv7l)
|
||||||
arch=armel
|
arch=armel
|
||||||
;;
|
;;
|
||||||
x86_64)
|
x86_64)
|
||||||
|
|
Loading…
Reference in a new issue