From: Felix Paul Kühne Date: Mon, 1 Jun 2009 21:08:53 +0000 (+0200) Subject: Use UDBZ instead of UDZO as disk-image format, which should save us about almost... X-Git-Tag: 1.1.0-ff~5649 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=61b0e2a9bd16272ee3cfcb128528e354ad668e30;p=vlc Use UDBZ instead of UDZO as disk-image format, which should save us about almost 20% of its previous size This format isn't 10.3 compatible, but VLC isn't either, so we shouldn't care. Pointed by zacwest on the forums. --- diff --git a/Makefile.am b/Makefile.am index 20616917ac..551285dafe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1128,7 +1128,7 @@ package-macosx: VLC-release.app ChangeLog # Note: We can't directly create a read only dmg as we do the bless stuff echo "Make the disk image read-only" mv "$(top_builddir)/vlc-$(VERSION).dmg" "$(top_builddir)/vlc-$(VERSION)-rw.dmg" - hdiutil convert "$(top_builddir)/vlc-$(VERSION)-rw.dmg" -format UDZO -o "$(top_builddir)/vlc-$(VERSION).dmg" + hdiutil convert "$(top_builddir)/vlc-$(VERSION)-rw.dmg" -format UDBZ -o "$(top_builddir)/vlc-$(VERSION).dmg" rm "$(top_builddir)/vlc-$(VERSION)-rw.dmg" # We are done