Fix bug introduced in the last release that broke git-annex sync when git-annex was installed from the standalone tarball.

This was introduced by commit 450ee53ab6

However, the same problem could affect other calls to programPath,
specifically some on the assistant. So, I fixed it at a deeper level.
This commit is contained in:
Joey Hess 2015-03-27 12:55:18 -04:00
parent 00a6f5500f
commit 5be536e523
5 changed files with 23 additions and 52 deletions

2
debian/changelog vendored
View file

@ -18,6 +18,8 @@ git-annex (5.20150318) UNRELEASED; urgency=medium
command-line length limits and cause the commit to fail. This
only happened when using the assistant in an indirect mode repository.
* Work around curl bug when asked to download an empty url to a file.
* Fix bug introduced in the last release that broke git-annex sync
when git-annex was installed from the standalone tarball.
-- Joey Hess <id@joeyh.name> Thu, 19 Mar 2015 17:05:32 -0400