Revision: 9693 http://pure-data.svn.sourceforge.net/pure-data/?rev=9693&view=rev Author: eighthave Date: 2008-04-11 16:11:34 -0700 (Fri, 11 Apr 2008)
Log Message: ----------- temporary hack to update Mac OS X Fink builds
Modified Paths: -------------- trunk/scripts/auto-build/run-automated-builder
Modified: trunk/scripts/auto-build/run-automated-builder =================================================================== --- trunk/scripts/auto-build/run-automated-builder 2008-04-11 22:08:18 UTC (rev 9692) +++ trunk/scripts/auto-build/run-automated-builder 2008-04-11 23:11:34 UTC (rev 9693) @@ -43,6 +43,14 @@ fi }
+# temporary hack to update Mac OS X Fink builds +case $SYSTEM in + darwin) + echo "Updating Fink on Mac OS X" + fink -y update-all + ;; +esac + for dir in ${HOME}/auto-build/*; do dirname=`echo $dir | sed 's|.*/(.*)|\1|'` test -e $dir/scripts/auto-build/${dirname}-auto-builder.sh && \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.