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.
This commit is contained in:
Joey Hess 2012-11-28 16:09:38 -04:00
parent abd7d11ea0
commit 51aa988a9f
5 changed files with 54 additions and 1 deletions

1
debian/changelog vendored
View file

@ -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