mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
bug 261527 r=cmp, sr=bryner, a=asa. change perms for osx disk image to not be w
orld or group writeable. (granrose)
This commit is contained in:
parent
2f0c4e26bf
commit
ea7def03e5
@ -99,6 +99,10 @@ if [ ! -z ${DMG_BKGND_IMG} ]; then
|
||||
cp -p ${DMG_BKGND_IMG} ${MOUNT_DIR}/.background/
|
||||
fi
|
||||
|
||||
# make sure it's not world writeable
|
||||
echo "fixing permissions"
|
||||
chmod -R go-w ${MOUNT_DIR}
|
||||
|
||||
# make the top window open itself on mount:
|
||||
if [ -x /usr/local/bin/openUp ]; then
|
||||
/usr/local/bin/openUp ${MOUNT_DIR}
|
||||
|
Loading…
Reference in New Issue
Block a user