From c2645dc4003b1391aba9b387a79a66cff1e63d3e Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 22 Oct 2002 23:16:30 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r189, which included commits to RCS files with non-trunk default branches. svn path=/trunk/; revision=190 --- externals/grill/py/build-pd-linux.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 externals/grill/py/build-pd-linux.sh (limited to 'externals/grill/py/build-pd-linux.sh') diff --git a/externals/grill/py/build-pd-linux.sh b/externals/grill/py/build-pd-linux.sh new file mode 100755 index 00000000..90e4a04a --- /dev/null +++ b/externals/grill/py/build-pd-linux.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +. config-pd-linux.txt + +make -f makefile.pd-linux && +{ + if [ $INSTALL = "yes" ]; then + echo Now install as root + su -c "make -f makefile.pd-linux install" + fi +} -- cgit v1.2.1