reorganize osx app, so it can be put in PATH

Move all the binaries and libraries under a bundle/ subdirectory;
so when it's in PATH only git-annex, runshell, and git-annex-webapp
will be available.
This commit is contained in:
Joey Hess 2013-03-20 14:01:05 -04:00
parent 36b3c4c757
commit ff912832c0
5 changed files with 27 additions and 10 deletions

2
debian/changelog vendored
View file

@ -29,6 +29,8 @@ git-annex (4.20130315) UNRELEASED; urgency=low
* get, copy, move: Display an error message when an identical transfer
is already in progress, rather than failing with no indication why.
* assistant: Several optimisations to file transfers.
* OSX app and standalone Linux tarball now both support being added to
PATH; no need to use runshell to start git-annex.
-- Joey Hess <joeyh@debian.org> Fri, 15 Mar 2013 00:10:07 -0400