diff options
author | 2012-11-28 16:09:38 -0400 | |
---|---|---|
committer | 2012-11-28 16:09:38 -0400 | |
commit | fb71a853d0013cfb20dbe4a59eba68a022005724 (patch) | |
tree | 7153a24355009e850d3885dcb9de68661c7c48f6 /debian | |
parent | 90eabc3e24223c426562834eab2128a8d4cf5d7c (diff) |
Fix broken .config/git-annex/program installed by standalone tarball.
It was doubly broken; both missing a slash, and containing
"runshell git-annex", while some parts of the code expected it to be a
simple path to a program. This appears to include the transfer queue
runner, and the code that starts a new assistant process when switching to
another repository in the webapp.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 37c322acd..e2bdd6046 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ git-annex (3.20121128) UNRELEASED; urgency=low * webapp: Defaults to sharing box.com account info with friends, allowing one-click enabling of the repository. + * Fix broken .config/git-annex/program installed by standalone tarball. -- Joey Hess <joeyh@debian.org> Wed, 28 Nov 2012 13:31:07 -0400 |