diff --git a/CHANGELOG b/CHANGELOG index 1c3f6d045e..93c97d7293 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 in those is not a good idea. * import: Let --force overwrite symlinks, not only regular files. + * Android: Fix typo of name of armv7l in installation script. + Thanks, 4omecha. -- Joey Hess Wed, 20 Feb 2019 14:20:59 -0400 diff --git a/doc/bugs/lineageOS_android_install_fail__58___incorrect_arch_test.mdwn b/doc/bugs/lineageOS_android_install_fail__58___incorrect_arch_test.mdwn index 0b12098225..dc53b15462 100644 --- a/doc/bugs/lineageOS_android_install_fail__58___incorrect_arch_test.mdwn +++ b/doc/bugs/lineageOS_android_install_fail__58___incorrect_arch_test.mdwn @@ -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) Sure, love it! :) +> Lo1! Thanks for the patch. [[done]] --[[Joey]] diff --git a/doc/install/Android/git-annex-install b/doc/install/Android/git-annex-install index 6e51afb438..cc85cd4fa8 100755 --- a/doc/install/Android/git-annex-install +++ b/doc/install/Android/git-annex-install @@ -18,7 +18,7 @@ case $(uname -m) in arm) arch=armel ;; - armv71) + armv7l) arch=armel ;; x86_64)