Author: adrian
Date: Fri Feb 19 10:43:50 2010
New Revision: 8536

URL: http://svn.slimdevices.com/jive?rev=8536&view=rev
Log:
Bug: N/A
Description: try dealing with volume with appended number

Modified:
    7.5/trunk/squeezeplay/src/squeezeplay/Makefile.in

Modified: 7.5/trunk/squeezeplay/src/squeezeplay/Makefile.in
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/Makefile.in?rev=8536&r1=8535&r2=8536&view=diff
==============================================================================
--- 7.5/trunk/squeezeplay/src/squeezeplay/Makefile.in (original)
+++ 7.5/trunk/squeezeplay/src/squeezeplay/Makefile.in Fri Feb 19 10:43:50 2010
@@ -1312,8 +1312,8 @@
        -umount -f /Volumes/$(DMG_IMAGE_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)"
+       /Developer/Tools/CpMac -r $(BUNDLE_NAME) /Volumes/$(DMG_IMAGE_DIR)*
+       hdiutil detach /Volumes/$(DMG_IMAGE_DIR)*
        hdiutil convert -ov -format UDZO "$(DMG_TMP_IMAGE_FILENAME)" -o 
"$(DMG_IMAGE_FILENAME)"
        rm -rf $(DMG_IMAGE_DIR)
        rm -rf $(DMG_TEMP_DIR)

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

Reply via email to