From: parhuzamos Date: Fri, 27 Nov 2015 14:27:06 +0000 (+0000) Subject: Typo. X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~322^2~63 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4b82d1c2d032f2f72c6b0bc5bcd255bcd58ab49c;p=git-annex.git Typo. --- diff --git a/doc/forum/Manipulate_a_git-annex_repo_from_an_Android_app.mdwn b/doc/forum/Manipulate_a_git-annex_repo_from_an_Android_app.mdwn index 7414faab54..bafd5d9e9b 100644 --- a/doc/forum/Manipulate_a_git-annex_repo_from_an_Android_app.mdwn +++ b/doc/forum/Manipulate_a_git-annex_repo_from_an_Android_app.mdwn @@ -10,7 +10,7 @@ shell@jfltexx:/storage/sdcard1/repo $ /data/data/ga.androidterm/lib/lib.git-anne lib.git-annex.so: git: createProcess: runInteractiveProcess: exec: permission denied (Permission denied) ``` -Question 1: How should I set up the permissions to be able to sucessfully run any git-annex command from my (non-commercial, private) Android app? +Question 1: How should I set up the permissions to be able to successfully run any git-annex command from my (non-commercial, private) Android app? Question 2: What if I include all the git-annex binaries in my app as a resource and write them to disk after install and execute them? (Permissions should work.)