[Scummvm-cvs-logs] SF.net SVN: scummvm: [23486] scummvm/trunk/Makefile

vinterstum at users.sourceforge.net vinterstum at users.sourceforge.net
Thu Jul 20 22:44:59 CEST 2006


Revision: 23486
          http://svn.sourceforge.net/scummvm/?rev=23486&view=rev
Author:   vinterstum
Date:     2006-07-11 00:58:54 -0700 (Tue, 11 Jul 2006)

Log Message:
-----------
Force HFS+ filesystem when making OS X disk images (for backwards compatability), as the default has apparently changed

Modified Paths:
--------------
    scummvm/trunk/Makefile

Modified: scummvm/trunk/Makefile
===================================================================
--- scummvm/trunk/Makefile	2006-07-11 05:51:18 UTC (rev 23485)
+++ scummvm/trunk/Makefile	2006-07-11 07:58:54 UTC (rev 23486)
@@ -124,7 +124,7 @@
 	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






More information about the Scummvm-git-logs mailing list