]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
make turbo install too
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 5 Apr 2007 14:57:20 +0000 (14:57 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 5 Apr 2007 14:57:20 +0000 (14:57 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4859 d0543943-73ff-0310-b7d9-9358b9ac24b2

build/turbo_build.sh

index 22e8be611b41d79ff1775ee1375ca1233ecd131a..db6dc9523adfe2c26ac41e3036d7ba5ad80503bf 100755 (executable)
@@ -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