From bbc0267197c1e094e9d786ced5eac1c847cb0d90 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 26 Sep 2012 19:04:21 -0400 Subject: strip git-annex when installing into the app --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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" -- cgit v1.2.3