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)
  • Loading branch information
jonasschnelli committed Jun 8, 2016
1 parent 86efa30 commit cdf7dff
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 @@ -34,5 +34,5 @@ script: |
tar -xf ${UNSIGNED}
OSX_VOLNAME="$(cat osx_volname)"
./detached-sig-apply.sh ${UNSIGNED} signature/osx
${WRAP_DIR}/genisoimage -no-cache-inodes -D -l -probe -V "${OSX_VOLNAME}" -no-pad -r -apple -o uncompressed.dmg signed-app
${WRAP_DIR}/genisoimage -no-cache-inodes -D -l -probe -V "${OSX_VOLNAME}" -no-pad -r -dir-mode 0755 -apple -o uncompressed.dmg signed-app
${WRAP_DIR}/dmg dmg uncompressed.dmg ${OUTDIR}/${SIGNED}

0 comments on commit cdf7dff

Please sign in to comment.