diff --git a/mail/app/macbuild/dsstore b/mail/app/macbuild/dsstore index 7fcf8490bab..ad6e1ef5bf8 100755 Binary files a/mail/app/macbuild/dsstore and b/mail/app/macbuild/dsstore differ diff --git a/mail/installer/Makefile.in b/mail/installer/Makefile.in index 208b99cc9fc..fe161a96f80 100644 --- a/mail/installer/Makefile.in +++ b/mail/installer/Makefile.in @@ -118,6 +118,10 @@ MOZ_PKG_MAC_DSSTORE=branding/dsstore MOZ_PKG_MAC_BACKGROUND=branding/background.png MOZ_PKG_MAC_ICON=branding/disk.icns MOZ_PKG_MAC_RSRC=branding/license.r +# Disabled for release until we have updated images +ifndef MOZ_BRANDING_DIRECTORY +MOZ_PKG_MAC_EXTRA=--symlink "/Applications:/ " +endif endif include $(topsrcdir)/toolkit/mozapps/installer/packager.mk