Author: adrian
Date: Fri Feb 19 14:07:17 2010
New Revision: 8539

URL: http://svn.slimdevices.com/jive?rev=8539&view=rev
Log:
Bug: N/A
Description: add back the umount command incase we create multiple disk images 
again

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=8539&r1=8538&r2=8539&view=diff
==============================================================================
--- 7.5/trunk/squeezeplay/src/squeezeplay/Makefile.in (original)
+++ 7.5/trunk/squeezeplay/src/squeezeplay/Makefile.in Fri Feb 19 14:07:17 2010
@@ -1309,6 +1309,7 @@
        -rm $(DMG_TMP_IMAGE_FILENAME)
        mkdir -p $(DMG_TEMP_DIR)
        -hdiutil detach "/Volumes/$(DMG_IMAGE_DIR)"
+       -umount -f /Volumes/$(DMG_IMAGE_DIR)*
        -rm -rf "/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)"

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

Reply via email to