fix location of license file
the webapp expects it under GIT_ANNEX_OSX_APP_BASE
This commit is contained in:
parent
121a7f00e9
commit
af8b65cf24
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -147,7 +147,7 @@ osxapp: $(bins)
|
|||
cp git-annex "$(OSXAPP_BASE)/bin/"
|
||||
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_DEST)/LICENSE
|
||||
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
|
||||
|
||||
for bin in $(THIRDPARTY_BINS); do \
|
||||
|
|
Loading…
Reference in a new issue