aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Jimmy Tang <jtang@tchpc.tcd.ie>2012-09-27 22:32:56 +0100
committerGravatar Jimmy Tang <jtang@tchpc.tcd.ie>2012-09-27 22:32:56 +0100
commit99106e325f5a738a728ab5b80215db129feddca2 (patch)
tree9d872d153755e0ae3313681364e847c1d4642a94 /Makefile
parent3f978b36f09c4e525c3d632aff77b5ece4ac2d0e (diff)
copy licenses into the root of the build-dmg folder to make it clear as to what the license is
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 005ac70d7..ce9f2565e 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"; \