aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/dyn/build-pd-linux.sh
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-11-26 05:02:33 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-11-26 05:02:33 +0000
commit95e729753b0e5100e997145bddf2016ee6ff1ffa (patch)
tree4c50c450d04096523ea47e2634cacbf36e6f17cc /externals/grill/dyn/build-pd-linux.sh
parent304ea5af314aec59774d92f8aeffdf5a0cff3a30 (diff)
makefiles for linux
svn path=/trunk/; revision=2316
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
+}