[Scummvm-cvs-logs] SF.net SVN: scummvm: [23487] scummvm/branches/branch-0-9-0/Makefile

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


Revision: 23487
          http://svn.sourceforge.net/scummvm/?rev=23487&view=rev
Author:   vinterstum
Date:     2006-07-11 01:09:14 -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. Also copies the AUTHORS file to the disk image (backport of a previous change to trunk)

Modified Paths:
--------------
    scummvm/branches/branch-0-9-0/Makefile

Modified: scummvm/branches/branch-0-9-0/Makefile
===================================================================
--- scummvm/branches/branch-0-9-0/Makefile	2006-07-11 07:58:54 UTC (rev 23486)
+++ scummvm/branches/branch-0-9-0/Makefile	2006-07-11 08:09:14 UTC (rev 23487)
@@ -115,6 +115,7 @@
 	mkdir ScummVM-snapshot
 	cp COPYING ./ScummVM-snapshot/License
 	cp NEWS ./ScummVM-snapshot/News
+	cp AUTHORS ./ScummVM-snapshot/Authors
 	/Developer/Tools/SetFile -t ttro -c ttxt ./ScummVM-snapshot/*
 	cp doc/readme.pdf ./ScummVM-snapshot/ScummVM\ ReadMe
 	/Developer/Tools/SetFile -t 'PDF ' -c prvw ./ScummVM-snapshot/ScummVM\ ReadMe
@@ -123,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