forgot to change one place when I moved the license
This commit is contained in:
parent
67c04a443e
commit
1363cea260
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -150,7 +150,7 @@ osxapp: $(bins)
|
|||
strip "$(OSXAPP_BASE)/bin/git-annex"
|
||||
ln -sf git-annex "$(OSXAPP_BASE)/bin/git-annex-shell"
|
||||
gzcat doc/license/git-annex-osx.app-licences.gz > $(OSXAPP_BASE)/LICENSE
|
||||
cp $(OSXAPP_DEST)/LICENSE $(GIT_ANNEX_TMP_BUILD_DIR)/build-dmg/LICENSE.txt
|
||||
cp $(OSXAPP_BASE)/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