summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-05-22 14:01:11 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-05-22 14:01:11 -0400
commit85e269a49cc551db593d0458818873836443b54b (patch)
treeec19305e00412f8f310efcc6dd851bb8df786f59
parente675b246251eb33e646142333d1ad721dc6ecadc (diff)
correct path for trustedkeys
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 636cc908a..23378be9b 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_DEST)
+ cp standalone/trustedkeys.gpg $(OSXAPP_DEST)/Contents/MacOS
./Build/Standalone $(OSXAPP_BASE)