summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-09-26 19:04:21 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-09-26 19:04:21 -0400
commitbbc0267197c1e094e9d786ced5eac1c847cb0d90 (patch)
tree8df23e82761dc968189287a231ce40ffa3a8b158 /Makefile
parent8384d8a898958b8b69f4047594ddc5fd0158fe34 (diff)
strip git-annex when installing into the app
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0d1532ed9..1e0ce9764 100644
--- a/Makefile
+++ b/Makefile
@@ -147,6 +147,7 @@ osxapp: $(bins)
for bin in git-annex $(THIRDPARTY_BINS); do \
cp "$$(which "$$bin")" "$(OSXAPP_BASE)/bin/" || echo "$$bin not available; skipping"; \
done
+ strip $(OSXAPP_BASE)/bin/git-annex
ln -sf git-annex "$(OSXAPP_BASE)/bin/git-annex-shell"
install -d "$(OSXAPP_BASE)/git-core"