aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vst/build-pd-darwin.sh
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-02-23 00:09:18 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-02-23 00:09:18 +0000
commitabcb79a75c9d5784f41260d25fdd0029641cb968 (patch)
tree3233eee9223dfc226b5d843ba134690c95fc1766 /externals/grill/vst/build-pd-darwin.sh
parent90009cca00b50cc88e0ef0a26728e19418cbd12f (diff)
""
svn path=/trunk/; revision=423
Diffstat (limited to 'externals/grill/vst/build-pd-darwin.sh')
-rw-r--r--externals/grill/vst/build-pd-darwin.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/externals/grill/vst/build-pd-darwin.sh b/externals/grill/vst/build-pd-darwin.sh
new file mode 100644
index 00000000..f983f8c5
--- /dev/null
+++ b/externals/grill/vst/build-pd-darwin.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+. config-pd-darwin.txt
+
+make -f makefile.pd-darwin &&
+{
+ if [ $INSTPATH != "" ]; then
+ echo Now install as root
+ sudo make -f makefile.pd-darwin install
+ fi
+}