Author: tom
Date: Thu Oct 23 13:30:34 2008
New Revision: 3200

URL: http://svn.slimdevices.com?rev=3200&root=Jive&view=rev
Log:
SPUD layout for OSX disk image creation, for Mac PPC 10.3.9

Modified:
    7.3/trunk/squeezeplay/src/squeezeplay/Makefile.am
    7.3/trunk/squeezeplay/src/squeezeplay/Makefile.in

Modified: 7.3/trunk/squeezeplay/src/squeezeplay/Makefile.am
URL: 
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/squeezeplay/Makefile.am?rev=3200&root=Jive&r1=3199&r2=3200&view=diff
==============================================================================
--- 7.3/trunk/squeezeplay/src/squeezeplay/Makefile.am (original)
+++ 7.3/trunk/squeezeplay/src/squeezeplay/Makefile.am Thu Oct 23 13:30:34 2008
@@ -118,7 +118,7 @@
        -rm $(DMG_TMP_IMAGE_FILENAME)
        mkdir -p $(DMG_TEMP_DIR)
        -hdiutil detach "/Volumes/$(DMG_IMAGE_DIR)"
-       hdiutil create -fs HFS+ -volname "$(DMG_IMAGE_DIR)" -size 100m 
"$(DMG_TEMP_DIR)"
+       hdiutil create -fs HFS+ -layout SPUD -volname "$(DMG_IMAGE_DIR)" -size 
100m "$(DMG_TEMP_DIR)"
        hdiutil mount "$(DMG_TMP_IMAGE_FILENAME)"
        /Developer/Tools/CpMac -r $(BUNDLE_NAME) /Volumes/$(DMG_IMAGE_DIR)
        hdiutil detach "/Volumes/$(DMG_IMAGE_DIR)"

Modified: 7.3/trunk/squeezeplay/src/squeezeplay/Makefile.in
URL: 
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/squeezeplay/Makefile.in?rev=3200&root=Jive&r1=3199&r2=3200&view=diff
==============================================================================
--- 7.3/trunk/squeezeplay/src/squeezeplay/Makefile.in (original)
+++ 7.3/trunk/squeezeplay/src/squeezeplay/Makefile.in Thu Oct 23 13:30:34 2008
@@ -1170,7 +1170,7 @@
        -rm $(DMG_TMP_IMAGE_FILENAME)
        mkdir -p $(DMG_TEMP_DIR)
        -hdiutil detach "/Volumes/$(DMG_IMAGE_DIR)"
-       hdiutil create -fs HFS+ -volname "$(DMG_IMAGE_DIR)" -size 100m 
"$(DMG_TEMP_DIR)"
+       hdiutil create -fs HFS+ -layout SPUD -volname "$(DMG_IMAGE_DIR)" -size 
100m "$(DMG_TEMP_DIR)"
        hdiutil mount "$(DMG_TMP_IMAGE_FILENAME)"
        /Developer/Tools/CpMac -r $(BUNDLE_NAME) /Volumes/$(DMG_IMAGE_DIR)
        hdiutil detach "/Volumes/$(DMG_IMAGE_DIR)"

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins

Reply via email to