summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-05-22 13:41:47 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-05-22 13:41:47 -0400
commita7fa2ac2a0e20f26db269cdb687a98a7b7bc72cf (patch)
tree3c6eebb9061ebb332ee40b177ab7dec218850776 /Makefile
parent5d1df14afc3b4fab891631f1bbe0f9a791c54b17 (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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1bab98917..636cc908a 100644
--- a/Makefile
+++ b/Makefile
@@ -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)