hard link git-annex to fix ./git-annex test
authorJoey Hess <joeyh@joeyh.name>
Mon, 7 Mar 2022 18:01:45 +0000 (14:01 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 7 Mar 2022 18:01:45 +0000 (14:01 -0400)
commit9770fde5f4f337c28f3a90a72388a6175659a3a5
tree0c4f340d787cccf960b33ad7458c9705bd053aa9
parent5b6518d4a300698a4af918bb6ea910046a55cfc8
hard link git-annex to fix ./git-annex test

2fc46e1871e2f793689cc98523744040c9010bdc broke running ./git-annex test
when git-annex-shell is not in PATH from another install, and also
caused the wrong git-annex-shell to be tested.

Using a symlink made programPath return the .cabal/ directory where the
git-annex binary is, but git-annex-shell is not in that directory.
Changing to a hard link avoids that problem.

Sponsored-by: Dartmouth College's Datalad project
Makefile