From: Anthony Minessale Date: Thu, 5 Apr 2007 14:57:20 +0000 (+0000) Subject: make turbo install too X-Git-Tag: v1.0-beta1~591 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5ec093bfb087bec65ae1c70ffcaa7fc8aa71d2b;p=thirdparty%2Ffreeswitch.git make turbo install too git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4859 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/build/turbo_build.sh b/build/turbo_build.sh index 22e8be611b..db6dc9523a 100755 --- a/build/turbo_build.sh +++ b/build/turbo_build.sh @@ -21,8 +21,8 @@ if [ -z $arg ] ; then fi done if [ $x = 0 ] ; then - sleep 1 - echo done + echo Build finished. Making install + $MAKE install exit; fi sleep 1