aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/dyn/build-pd-linux.sh
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/dyn/build-pd-linux.sh')
-rw-r--r--externals/grill/dyn/build-pd-linux.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/externals/grill/dyn/build-pd-linux.sh b/externals/grill/dyn/build-pd-linux.sh
new file mode 100644
index 00000000..9694fe16
--- /dev/null
+++ b/externals/grill/dyn/build-pd-linux.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+. config-pd-linux.txt
+
+make -f makefile.pd-linux &&
+{
+ if [ $INSTDIR != "" ]; then
+ echo Now install as root
+ su -c "make -f makefile.pd-linux install"
+ fi
+}