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

Hans-Christoph Steiner eighthave at users.sourceforge.net
Fri Aug 4 19:38:58 CEST 2006


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

Modified Files:
	Makefile 
Log Message:
arg it should be a tab, not spaces

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/darwin_app/Makefile,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** Makefile	2 Aug 2006 21:00:26 -0000	1.47
--- Makefile	4 Aug 2006 17:38:56 -0000	1.48
***************
*** 283,287 ****
  # some better tests should go in here
  	echo "Ejecting $(DMG_NAME)"
!    cd $(CWD) && hdiutil eject `mount | grep "$(DMG_NAME)" | cut -d ' ' -f 1`
  
  
--- 283,287 ----
  # 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