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:
cltbld 2004-10-21 22:29:13 +00:00
parent 2f0c4e26bf
commit ea7def03e5

View File

@ -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}