mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
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:
@@ -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
|
||||
|
@@ -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 "://"`
|
||||
|
||||
|
Reference in New Issue
Block a user