strip git-annex when installing into the app
This commit is contained in:
parent
7010e7cdf6
commit
ba7b27892b
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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"
|
||||
|
|
Loading…
Reference in a new issue