aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/guitest/build-pd-linux.sh
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-02-08 03:45:54 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-02-08 03:45:54 +0000
commit70c20aa213d7526ae3db2bd1567fb2a40ecefd8f (patch)
treeb1b0917feec8d43fa5b9342a0a0bd67a7cdddd02 /externals/grill/guitest/build-pd-linux.sh
parent64c61824dc8bc2a83c03cd609bea77f374b6cfe5 (diff)
""
svn path=/trunk/; revision=1315
Diffstat (limited to 'externals/grill/guitest/build-pd-linux.sh')
-rw-r--r--externals/grill/guitest/build-pd-linux.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/externals/grill/guitest/build-pd-linux.sh b/externals/grill/guitest/build-pd-linux.sh
new file mode 100644
index 00000000..413650f7
--- /dev/null
+++ b/externals/grill/guitest/build-pd-linux.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+. config-pd-linux.txt
+
+make -f makefile.pd-linux &&
+{
+ if [ $INSTPATH != "" ]; then
+ echo Now install as root
+ su -c "make -f makefile.pd-linux install"
+ fi
+}