From ea175e0b95f848dcd203e7fbc1941c20616ec4f5 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Mon, 6 Jan 2003 11:04:56 +0000 Subject: "" svn path=/trunk/; revision=324 --- externals/grill/xsample/build-pd-linux.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 externals/grill/xsample/build-pd-linux.sh (limited to 'externals/grill/xsample/build-pd-linux.sh') diff --git a/externals/grill/xsample/build-pd-linux.sh b/externals/grill/xsample/build-pd-linux.sh new file mode 100755 index 00000000..77c6e3ff --- /dev/null +++ b/externals/grill/xsample/build-pd-linux.sh @@ -0,0 +1,17 @@ +#!/bin/sh + +SYS=pd-linux + +. config-${SYS}.txt + +make -f makefile.${SYS} && +{ + if [ $INSTDIR != "" ]; then + echo Now install as root + su -c "make -f makefile.${SYS} install" + fi + if [ $HELPDIR != "" ]; then + echo Now install help as root + su -c "make -f makefile.${SYS} install-help" + fi +} -- cgit v1.2.1