[PD-cvs] packages/darwin_app Makefile,1.50,1.51

Hans-Christoph Steiner eighthave at users.sourceforge.net
Thu Aug 10 20:17:23 CEST 2006


Update of /cvsroot/pure-data/packages/darwin_app
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6381

Modified Files:
	Makefile 
Log Message:
fixed up dmg/package target on 10.3

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/darwin_app/Makefile,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** Makefile	10 Aug 2006 03:36:13 -0000	1.50
--- Makefile	10 Aug 2006 18:17:21 -0000	1.51
***************
*** 248,252 ****
  	install -p DS_Store "/Volumes/$(DMG_NAME)/.DS_Store"
  	chmod -R a-w "/Volumes/$(DMG_NAME)/$(PD_APP_NAME).app/Contents/Resources/doc"
! 	hdiutil detach "/Volumes/$(DMG_NAME)"
  	hdiutil convert -format UDZO -o "$(DMG_NAME).dmg" build.dmg
  	rm -f build.dmg
--- 248,252 ----
  	install -p DS_Store "/Volumes/$(DMG_NAME)/.DS_Store"
  	chmod -R a-w "/Volumes/$(DMG_NAME)/$(PD_APP_NAME).app/Contents/Resources/doc"
! 	hdiutil detach `mount | grep $(DMG_NAME) | cut -d ' ' -f 1`
  	hdiutil convert -format UDZO -o "$(DMG_NAME).dmg" build.dmg
  	rm -f build.dmg
***************
*** 254,261 ****
  	hdiutil unflatten "$(DMG_NAME).dmg"
  	/Developer/Tools/Rez /Developer/Headers/FlatCarbon/*.r SLA.r -a \
! 		-o "$(DMG_NAME)"
  	hdiutil flatten "$(DMG_NAME).dmg"
- # mystery file of 0 size...
- 	rm -f "$(DMG_NAME)"
  
  
--- 254,259 ----
  	hdiutil unflatten "$(DMG_NAME).dmg"
  	/Developer/Tools/Rez /Developer/Headers/FlatCarbon/*.r SLA.r -a \
! 		-o "$(DMG_NAME).dmg"
  	hdiutil flatten "$(DMG_NAME).dmg"
  
  





More information about the Pd-cvs mailing list