diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-23 13:54:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-23 13:54:49 -0400 |
commit | 93e8893cf37080306ec522d389f7e4ecceb84355 (patch) | |
tree | 03151b380232a0b41943723b671857b7b9f48d6d /debian | |
parent | 90cc410cfbc9f94aeda702b44e49d0169cce75a5 (diff) |
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.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f2b1d6758..a7d1aa0fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 |