aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-10-16 13:34:25 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-10-16 13:34:25 +0000
commitb6197a5daf4f96c76dd72d54743574353b6e0194 (patch)
tree6cd7b42bb03c06967764514b66e42e1a0d4627bc /externals
parent3dbf2f8ae9271b6ba6b2d1d1be2e0682bda3676a (diff)
if Fink is present, load it into the environment
svn path=/trunk/; revision=16397
Diffstat (limited to 'externals')
-rwxr-xr-xexternals/build-all-libdirs.sh9
1 files changed, 8 insertions, 1 deletions
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