[PD-cvs] scripts/auto-build run-automated-builder,1.18,1.19

Hans-Christoph Steiner eighthave at users.sourceforge.net
Fri Oct 26 16:13:14 CEST 2007


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

Modified Files:
	run-automated-builder 
Log Message:
added fink to the end of the PATH on Mac OS X so that md5sum is found

Index: run-automated-builder
===================================================================
RCS file: /cvsroot/pure-data/scripts/auto-build/run-automated-builder,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** run-automated-builder	27 Apr 2007 14:47:20 -0000	1.18
--- run-automated-builder	26 Oct 2007 14:13:11 -0000	1.19
***************
*** 1,4 ****
--- 1,9 ----
  #!/bin/sh
  
+ # On Mac OS X, there are some handy things in Fink, but don't override the
+ # built-in tools
+ PATH="${PATH}:/sw/bin:/sw/sbin"
+ export PATH
+ 
  # the source dir where this script is
  SCRIPT_DIR=`echo $0 | sed 's|\(.*\)/.*$|\1|'`





More information about the Pd-cvs mailing list