diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-05-22 13:41:47 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-05-22 13:41:47 -0400 |
commit | a7fa2ac2a0e20f26db269cdb687a98a7b7bc72cf (patch) | |
tree | 3c6eebb9061ebb332ee40b177ab7dec218850776 /Makefile | |
parent | 5d1df14afc3b4fab891631f1bbe0f9a791c54b17 (diff) |
OSX: Corrected the location of trustedkeys.gpg, so the built-in upgrade code will find it. Fixes OSX upgrade going forward, but older versions won't upgrade themselves due to this problem.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -174,7 +174,7 @@ osxapp: Build/Standalone Build/OSXMkLibs ln -sf git-annex "$(OSXAPP_BASE)/git-annex-shell" gzcat standalone/licences.gz > $(OSXAPP_BASE)/LICENSE cp $(OSXAPP_BASE)/LICENSE tmp/build-dmg/LICENSE.txt - cp standalone/trustedkeys.gpg $(OSXAPP_BASE) + cp standalone/trustedkeys.gpg $(OSXAPP_DEST) ./Build/Standalone $(OSXAPP_BASE) |