Author: adrian
Date: Fri Feb 19 13:49:51 2010
New Revision: 8538
URL: http://svn.slimdevices.com/jive?rev=8538&view=rev
Log:
Bug: N/A
Description: revert previous change, ensure mount point is empty to maximise
chance of volume name being the one we define
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=8538&r1=8537&r2=8538&view=diff
==============================================================================
--- 7.5/trunk/squeezeplay/src/squeezeplay/Makefile.in (original)
+++ 7.5/trunk/squeezeplay/src/squeezeplay/Makefile.in Fri Feb 19 13:49:51 2010
@@ -1309,11 +1309,11 @@
-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)"
- /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