diff options
author | Joey Hess <joey@kitenet.net> | 2014-05-16 16:22:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-05-16 16:22:56 -0400 |
commit | 82de2fdb249acccbc910237bbee350ec664cc142 (patch) | |
tree | 42f6eba10069435d528e232456e19869dc17b48c /debian | |
parent | f4b3a2aee0052962f3f82c03f137c62f17d64e18 (diff) |
Support symlinking git-annex and git-annex-shell from the Linux standalone bundle into PATH.
Unless busybox doesn't support readlink -f, then it just uses readlink and
symlinking won't work. Also, OSX has no readlink -f so not done there.
Thanks, jlebar.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7d1ec0b87..37e9bdf06 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,9 @@ git-annex (5.20140422) UNRELEASED; urgency=medium of a repository. * Add remote.$name.annex-shell configuration. Thanks, Fraser Tweedale + * Support symlinking git-annex and git-annex-shell + from the Linux standalone bundle into PATH. + Thanks, jlebar. -- Joey Hess <joeyh@debian.org> Fri, 02 May 2014 15:28:53 -0300 |