mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
svn: Switch to https scheme.
Some versions of SVN seemingly don't follow the redirect to https. Change-Id: Ia7c76c18cb620bcf56f08e1211a7d80d321fe253
This commit is contained in:
@@ -15,7 +15,7 @@ if [ -f addons/mp3/mpg123.h ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
svn export http://svn.digium.com/svn/thirdparty/mp3/trunk addons/mp3 $@
|
||||
svn export https://svn.digium.com/svn/thirdparty/mp3/trunk addons/mp3 $@
|
||||
|
||||
# Manually patch interface.c if not done yet.
|
||||
if ! grep -q ASTMM_LIBC addons/mp3/interface.c; then
|
||||
|
Reference in New Issue
Block a user