[PD-cvs] packages/darwin_app Makefile,1.46,1.47

Hans-Christoph Steiner eighthave at users.sourceforge.net
Wed Aug 2 23:00:28 CEST 2006


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

Modified Files:
	Makefile 
Log Message:
fixed minor errors in 'package' and 'test_package' targets

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/darwin_app/Makefile,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** Makefile	2 Aug 2006 15:14:05 -0000	1.46
--- Makefile	2 Aug 2006 21:00:26 -0000	1.47
***************
*** 280,287 ****
  test_package:
  	echo "Mounting $(DMG_NAME)"
! 	cd $(CWD) && hdiutil mount "$(DMG_NAME)"
  # some better tests should go in here
  	echo "Ejecting $(DMG_NAME)"
! 	cd $(CWD) && hdiutil eject "$(DMG_NAME)"
  
  
--- 280,287 ----
  test_package:
  	echo "Mounting $(DMG_NAME)"
! 	cd $(CWD) && hdiutil mount "$(DMG_NAME).dmg"
  # some better tests should go in here
  	echo "Ejecting $(DMG_NAME)"
!    cd $(CWD) && hdiutil eject `mount | grep "$(DMG_NAME)" | cut -d ' ' -f 1`
  
  





More information about the Pd-cvs mailing list