From a55a5773570e56a1fb59887f1215f3d05a055700 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Mon, 25 Nov 2002 22:27:34 +0000 Subject: "" svn path=/trunk/; revision=243 --- externals/grill/flext/tutorial/build-pd-linux.sh | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'externals/grill/flext/tutorial/build-pd-linux.sh') diff --git a/externals/grill/flext/tutorial/build-pd-linux.sh b/externals/grill/flext/tutorial/build-pd-linux.sh index bd11c6c4..413650f7 100644 --- a/externals/grill/flext/tutorial/build-pd-linux.sh +++ b/externals/grill/flext/tutorial/build-pd-linux.sh @@ -1,4 +1,11 @@ -#!/bin/sh +#!/bin/sh -make -f makefile.pd-linux +. 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