[PD-cvs] scripts find-wish.app.sh,1.1,1.2

Hans-Christoph Steiner eighthave at users.sourceforge.net
Sun Jul 30 01:12:32 CEST 2006


Update of /cvsroot/pure-data/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5811

Modified Files:
	find-wish.app.sh 
Log Message:
fixed up logic for tracking down which Wish.app to use and whether to copy it has embedded Frameworks

Index: find-wish.app.sh
===================================================================
RCS file: /cvsroot/pure-data/scripts/find-wish.app.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** find-wish.app.sh	28 Jul 2006 05:44:21 -0000	1.1
--- find-wish.app.sh	29 Jul 2006 23:12:30 -0000	1.2
***************
*** 5,13 ****
  cvs_root_dir=`pwd`
  
! TCLTK=`/bin/ls -1r ${cvs_root_dir}/packages/darwin_app/TclTkAquaStandalone-8.?.*.dmg|head -n 1|sed 's|.*/\(.*\)\.dmg|\1|'`
  
  if [ "x${TCLTK}" != "x" ]; then
  	 test -d /Volumes/${TCLTK} || \
! 		  hdiutil mount ${cvs_root_dir}/packages/darwin_app/${TCLTK}.dmg
  	 echo "/Volumes/${TCLTK}"
  else
--- 5,13 ----
  cvs_root_dir=`pwd`
  
! TCLTK="$1"
  
  if [ "x${TCLTK}" != "x" ]; then
  	 test -d /Volumes/${TCLTK} || \
! 		  hdiutil mount -quiet ${cvs_root_dir}/packages/darwin_app/${TCLTK}.dmg
  	 echo "/Volumes/${TCLTK}"
  else
***************
*** 21,24 ****
  fi
  
- exit
- 	 
--- 21,22 ----





More information about the Pd-cvs mailing list