vlc | branch: master | David Fuhrmann <[email protected]> | Wed Nov  7 
19:41:39 2018 +0100| [a2003d150cd3baab3145220309511f40397372a8] | committer: 
David Fuhrmann

macosx/package: Force HFS+ filesystem for dmg image

On modern systems, Apple believes APFS would be a good default
choice. Those images currently do not open anymore on older OS
releases, so force HFS+ for compatibility.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a2003d150cd3baab3145220309511f40397372a8
---

 extras/package/macosx/package.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/package/macosx/package.mak 
b/extras/package/macosx/package.mak
index 8b42a228cd..feeeb10942 100644
--- a/extras/package/macosx/package.mak
+++ b/extras/package/macosx/package.mak
@@ -75,7 +75,7 @@ else !HAVE_DMGBUILD
        $(LN_S) -f /Applications "$(top_builddir)/vlc-$(VERSION)/"
        ## Create DMG
        hdiutil create -srcfolder "$(top_builddir)/vlc-$(VERSION)" -volname 
"VLC Media Player" \
-               -format UDBZ -o "$(top_builddir)/vlc-$(VERSION).dmg"
+               -format UDBZ -fs HFS+ -o "$(top_builddir)/vlc-$(VERSION).dmg"
        ## Cleanup
        rm -rf "$(top_builddir)/vlc-$(VERSION)"
 endif

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to