From 4ff6685de70773d5484213876dc5eba4ff51335c Mon Sep 17 00:00:00 2001 From: Oystein Eftevaag Date: Tue, 11 Jul 2006 07:58:54 +0000 Subject: Force HFS+ filesystem when making OS X disk images (for backwards compatability), as the default has apparently changed svn-id: r23486 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8f03a4bc0a..b1f4855e0e 100644 --- a/Makefile +++ b/Makefile @@ -124,7 +124,7 @@ osxsnap: bundle doc/readme.pdf cp dists/macosx/background.jpg ./ScummVM-snapshot/background.jpg /Developer/Tools/SetFile -a V ./ScummVM-snapshot/.DS_Store /Developer/Tools/SetFile -a V ./ScummVM-snapshot/background.jpg - hdiutil create -ov -format UDZO -imagekey zlib-level=9 \ + hdiutil create -ov -format UDZO -imagekey zlib-level=9 -fs HFS+ \ -srcfolder ScummVM-snapshot \ -volname "ScummVM snapshot" \ ScummVM-snapshot.dmg -- cgit v1.2.3