aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/build-pd-linux.sh
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/build-pd-linux.sh')
-rw-r--r--externals/grill/flext/build-pd-linux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/flext/build-pd-linux.sh b/externals/grill/flext/build-pd-linux.sh
index 90e4a04a..9694fe16 100644
--- a/externals/grill/flext/build-pd-linux.sh
+++ b/externals/grill/flext/build-pd-linux.sh
@@ -4,7 +4,7 @@
make -f makefile.pd-linux &&
{
- if [ $INSTALL = "yes" ]; then
+ if [ $INSTDIR != "" ]; then
echo Now install as root
su -c "make -f makefile.pd-linux install"
fi