]> git.sesse.net Git - vlc/commitdiff
Use UDBZ instead of UDZO as disk-image format, which should save us about almost...
authorFelix Paul Kühne <fkuehne@videolan.org>
Mon, 1 Jun 2009 21:08:53 +0000 (23:08 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Mon, 1 Jun 2009 21:09:05 +0000 (23:09 +0200)
This format isn't 10.3 compatible, but VLC isn't either, so we shouldn't care. Pointed by zacwest on the forums.

Makefile.am

index 20616917accc8147396b5be1e078e69ef26abf9a..551285dafe5ca3bd4e15f81691f188a2a8f15d3b 100644 (file)
@@ -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