aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/build-pd-darwin.sh
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/build-pd-darwin.sh')
-rw-r--r--externals/grill/flext/build-pd-darwin.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/externals/grill/flext/build-pd-darwin.sh b/externals/grill/flext/build-pd-darwin.sh
index 57bb9a68..1755372b 100644
--- a/externals/grill/flext/build-pd-darwin.sh
+++ b/externals/grill/flext/build-pd-darwin.sh
@@ -4,9 +4,8 @@
make -f makefile.pd-darwin &&
{
- if [ $INSTALL = "yes" ]; then
-# echo Now install as root
-# sudo make -f makefile.pd-darwin install
- make -f makefile.pd-darwin install
+ if [ $INSTDIR != "" ]; then
+ echo Now install as root
+ sudo make -f makefile.pd-darwin install
fi
}