From b6197a5daf4f96c76dd72d54743574353b6e0194 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 16 Oct 2012 13:34:25 +0000 Subject: if Fink is present, load it into the environment svn path=/trunk/; revision=16397 --- externals/build-all-libdirs.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'externals') diff --git a/externals/build-all-libdirs.sh b/externals/build-all-libdirs.sh index b096cfc4..55156722 100755 --- a/externals/build-all-libdirs.sh +++ b/externals/build-all-libdirs.sh @@ -1,6 +1,13 @@ #!/bin/sh # -# this is run by the Jenkins build automation server +# this is run by the Jenkins build automation server, you track the project +# and results here: +# +# https://macosx105-i386.pdlab.puredata.info/job/template-libraries/ + +if [ -x /sw/bin/init.sh ]; then + . /sw/bin/init.sh +fi for dir in `find . -name \*-meta.pd | sed -n 's|\(.*\)/[a-zA-Z0-9_-]*-meta\.pd|\1|p' ` do -- cgit v1.2.1