OSX git-annex.app: Fix a regression that broke git-remote-https, git-remote-http...
authorJoey Hess <joeyh@joeyh.name>
Thu, 14 Nov 2019 20:15:42 +0000 (16:15 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 14 Nov 2019 20:15:42 +0000 (16:15 -0400)
commitf037ad92ec5b73543a0527de61e6f6f0fcbb821b
tree39b0aa3a041c49894e551d45981e70bdd5fd2e60
parent28733a3f5a060e8170ebe3dfe1c74224f23803b2
OSX git-annex.app: Fix a regression that broke git-remote-https, git-remote-http, and git-shell

Putting the binaries in bundle/git-core/bin didn't work on OSX,
linker can't find the libraries next to those binaries where it expects to.
So instead put the binaries in the progDir.
Build/Standalone.hs
CHANGELOG