copy licenses into the root of the build-dmg folder to make it clear as to what the license is
This commit is contained in:
parent
929a178136
commit
402a9d1305
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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"; \
|
||||
|
|
Loading…
Reference in a new issue