aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/build-pd-linux.sh
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-04-08 02:33:02 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-04-08 02:33:02 +0000
commit0bd0c851a374ba3e129a24528a828301345acb94 (patch)
tree5ed04a4feb5cd39e3b8e06896884762f502dc0d4 /externals/grill/flext/build-pd-linux.sh
parent24428b2190773d0c4b18e7b6e1487f61df759715 (diff)
""
svn path=/trunk/; revision=552
Diffstat (limited to 'externals/grill/flext/build-pd-linux.sh')
-rw-r--r--externals/grill/flext/build-pd-linux.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/externals/grill/flext/build-pd-linux.sh b/externals/grill/flext/build-pd-linux.sh
index 9694fe16..7805d2d7 100644
--- a/externals/grill/flext/build-pd-linux.sh
+++ b/externals/grill/flext/build-pd-linux.sh
@@ -4,7 +4,9 @@
make -f makefile.pd-linux &&
{
- if [ $INSTDIR != "" ]; then
+ echo Will now install flext to ${INSTDIR}
+
+ if [ ${INSTDIR} != "" ]; then
echo Now install as root
su -c "make -f makefile.pd-linux install"
fi