diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-20 14:01:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-20 14:01:05 -0400 |
commit | f0ddd43b17443d9a0f9abe55e787a6235c5bdd49 (patch) | |
tree | b239f9ebd3551214f7fb9a8c8d2fe80ed8e840fb /Makefile | |
parent | 9ae1750c68ca5645e60631c66d70ad561c0f9eca (diff) |
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.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ linuxstandalone: cd tmp && tar czf git-annex-standalone-$(shell dpkg --print-architecture).tar.gz git-annex.linux OSXAPP_DEST=tmp/build-dmg/git-annex.app -OSXAPP_BASE=$(OSXAPP_DEST)/Contents/MacOS +OSXAPP_BASE=$(OSXAPP_DEST)/Contents/MacOS/bundle osxapp: $(MAKE) git-annex |