From 402a9d1305f892dfb50502288c129bcceb993512 Mon Sep 17 00:00:00 2001 From: Jimmy Tang Date: Thu, 27 Sep 2012 22:32:56 +0100 Subject: [PATCH] copy licenses into the root of the build-dmg folder to make it clear as to what the license is --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 005ac70d7b..ce9f2565e1 100644 --- a/Makefile +++ b/Makefile @@ -148,6 +148,7 @@ osxapp: $(bins) strip "$(OSXAPP_BASE)/bin/git-annex" ln -sf git-annex "$(OSXAPP_BASE)/bin/git-annex-shell" zcat doc/license/git-annex-osx.app-licences.gz > $(OSXAPP_DEST)/LICENSE + cp $(OSXAPP_DEST)/LICENSE $(GIT_ANNEX_TMP_BUILD_DIR)/build-dmg/LICENSE.txt for bin in $(THIRDPARTY_BINS); do \ cp "$$(which "$$bin")" "$(OSXAPP_BASE)/bin/" || echo "$$bin not available; skipping"; \