From f0ddd43b17443d9a0f9abe55e787a6235c5bdd49 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 20 Mar 2013 14:01:05 -0400 Subject: 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 966987587..68d2aa3ff 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3