make symlinks not hardlinks
authorJoey Hess <joeyh@joeyh.name>
Wed, 5 Aug 2020 15:58:22 +0000 (11:58 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 5 Aug 2020 15:58:22 +0000 (11:58 -0400)
commit8bfa7990b54bc5191818e71786d895de9d725677
treee134bec2675b2f03f3bb7e2a2dd1d415a33fb29d
parentce93cc43c45f3944c6e6e340833545154f04f2f3
make symlinks not hardlinks

hardlinks happened to work because it was a hard link to a symlink, but
it would have failed if eg git-annex-shell symlink did not exist,
perhaps because the Makefile was not run to build it. Or something like
that. Also, it seems like it worked by accident and the Makefile used to
ln -s.
Build/Standalone.hs