Skip to content

Commit

Permalink
OSX diskimages need 0775 folder permissions
Browse files Browse the repository at this point in the history
Avoids endless Gatekeeper warnings (bitcoin#7085)

Conflicts:
	contrib/gitian-descriptors/gitian-osx-signer.yml

Github-Pull: bitcoin#8169
Rebased-From: cdf7dff
  • Loading branch information
jonasschnelli authored and thokon00 committed Jun 28, 2016
1 parent 376f4fc commit c96cb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-osx-signer.yml
Expand Up @@ -33,5 +33,5 @@ script: |
tar -xf ${UNSIGNED}
./detached-sig-apply.sh ${UNSIGNED} signature/osx
${WRAP_DIR}/genisoimage -no-cache-inodes -D -l -probe -V "Bitcoin-Core" -no-pad -r -apple -o uncompressed.dmg signed-app
${WRAP_DIR}/genisoimage -no-cache-inodes -D -l -probe -V "Bitcoin-Core" -no-pad -r -dir-mode 0755 -apple -o uncompressed.dmg signed-app
${WRAP_DIR}/dmg dmg uncompressed.dmg ${OUTDIR}/${SIGNED}

0 comments on commit c96cb4b

Please sign in to comment.