diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-26 19:04:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-26 19:04:21 -0400 |
commit | bbc0267197c1e094e9d786ced5eac1c847cb0d90 (patch) | |
tree | 8df23e82761dc968189287a231ce40ffa3a8b158 /Makefile | |
parent | 8384d8a898958b8b69f4047594ddc5fd0158fe34 (diff) |
strip git-annex when installing into the app
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |