Android app: Avoid using hard links to app's lib directory, which is sometimes on a different filesystem than the data directory.
Assumes symlinks work on all android. If not, this would need to be adapted to try both. This worked for me.
This commit is contained in:
parent
cf96a69490
commit
4713f0c89d
4 changed files with 13 additions and 7 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -7,6 +7,8 @@ git-annex (4.20130522) UNRELEASED; urgency=low
|
|||
* XMPP: Send pings and use them to detect when contact with the server
|
||||
is lost.
|
||||
* hook special remote: Added combined hook program support.
|
||||
* Android app: Avoid using hard links to app's lib directory, which
|
||||
is sometimes on a different filesystem than the data directory.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Tue, 21 May 2013 18:22:46 -0400
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue