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