[Freeswitch-svn] [commit] r2792 - freeswitch/trunk/build

Freeswitch SVN brian at freeswitch.org
Fri Sep 22 23:44:32 EDT 2006


Author: brian
Date: Fri Sep 22 23:44:32 2006
New Revision: 2792

Modified:
   freeswitch/trunk/build/buildlib.sh

Log:
Small tweak from tholo to make it work on BSD and OS X without wget

Modified: freeswitch/trunk/build/buildlib.sh
==============================================================================
--- freeswitch/trunk/build/buildlib.sh	(original)
+++ freeswitch/trunk/build/buildlib.sh	Fri Sep 22 23:44:32 2006
@@ -45,7 +45,7 @@
 
     if [ ! -f $tar ] ; then
 	rm -fr $uncompressed
-	wget $base/$tar
+	wget $base/$tar || ftp $base/$tar
 	if [ ! -f $tar ] ; then
 	    echo cannot find $tar
 	    exit



More information about the Freeswitch-svn mailing list