From 900871454af06db1d751e28cea56f59dc43d3c17 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 8 Jan 2003 04:37:20 +0000 Subject: "" svn path=/trunk/; revision=328 --- externals/grill/fftease/build-pd-linux.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 externals/grill/fftease/build-pd-linux.sh (limited to 'externals/grill/fftease/build-pd-linux.sh') diff --git a/externals/grill/fftease/build-pd-linux.sh b/externals/grill/fftease/build-pd-linux.sh new file mode 100644 index 00000000..421cb6e1 --- /dev/null +++ b/externals/grill/fftease/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