From fd5998ef963f14817ba0059fcd5bac1eecb55f17 Mon Sep 17 00:00:00 2001 From: Georg Holzmann Date: Tue, 12 Jul 2005 14:20:39 +0000 Subject: initial commit of GApop svn path=/trunk/externals/grh/; revision=3318 --- GApop/build-pd-darwin.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 GApop/build-pd-darwin.sh (limited to 'GApop/build-pd-darwin.sh') diff --git a/GApop/build-pd-darwin.sh b/GApop/build-pd-darwin.sh new file mode 100755 index 0000000..38814a9 --- /dev/null +++ b/GApop/build-pd-darwin.sh @@ -0,0 +1,17 @@ +#!/bin/sh + +SYS=pd-darwin + +. config-${SYS}.txt + +make -f makefile.${SYS} && +{ + if [ $INSTDIR != "" ]; then + echo Now install as root + sudo make -f makefile.${SYS} install + fi + if [ $HELPDIR != "" ]; then + echo Now install help as root + sudo make -f makefile.${SYS} install-help + fi +} -- cgit v1.2.1