aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-20 14:01:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-20 14:01:05 -0400
commitf0ddd43b17443d9a0f9abe55e787a6235c5bdd49 (patch)
treeb239f9ebd3551214f7fb9a8c8d2fe80ed8e840fb /Makefile
parent9ae1750c68ca5645e60631c66d70ad561c0f9eca (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--Makefile2
1 files changed, 1 insertions, 1 deletions
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