change lib download paths to use http://files.freeswitch.org

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14106 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2009-07-02 02:06:15 +00:00
parent e7521ed0a2
commit 2252822031
21 changed files with 51 additions and 46 deletions

View File

@@ -22,7 +22,7 @@ if [ -z "$GZCAT" ] ; then
fi
install=
base=http://svn.freeswitch.org/downloads/libs
base=http://files.freeswitch.org/downloads/libs
if [ ! -z "$1" ] && [ "$1" = install ] ; then
install=1

View File

@@ -13,7 +13,7 @@ else
fi
fi
base=http://svn.freeswitch.org/downloads/libs/
base=http://files.freeswitch.org/downloads/libs/
tarfile=$1
url=`echo $tarfile | grep "://"`