aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/build-pd-linux.sh
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2002-11-25 10:25:07 +0000
committerThomas Grill <xovo@users.sourceforge.net>2002-11-25 10:25:07 +0000
commitb09bea965d034a8e092b35d369f2ef6591ef0e65 (patch)
tree87b5f0005bd4e262ad4b5fbe4a970b63b4ceacc8 /externals/grill/flext/build-pd-linux.sh
parent9ea47867269df8e510dec1580e3a52075a9c8976 (diff)
*** empty log message ***
svn path=/trunk/; revision=231
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