diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-05-22 14:01:11 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-05-22 14:01:11 -0400 |
commit | 85e269a49cc551db593d0458818873836443b54b (patch) | |
tree | ec19305e00412f8f310efcc6dd851bb8df786f59 /Makefile | |
parent | e675b246251eb33e646142333d1ad721dc6ecadc (diff) |
correct path for trustedkeys
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_DEST) + cp standalone/trustedkeys.gpg $(OSXAPP_DEST)/Contents/MacOS ./Build/Standalone $(OSXAPP_BASE) |