From ef0d86caba9cfbb5cf5e404ea1100d4a771e744c Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sun, 24 Nov 2002 21:16:26 +0000 Subject: *** empty log message *** svn path=/trunk/; revision=229 --- externals/grill/pool/build-pd-linux.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 externals/grill/pool/build-pd-linux.sh (limited to 'externals/grill/pool/build-pd-linux.sh') diff --git a/externals/grill/pool/build-pd-linux.sh b/externals/grill/pool/build-pd-linux.sh new file mode 100644 index 00000000..413650f7 --- /dev/null +++ b/externals/grill/pool/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 +} -- cgit v1.2.1