Update SVN repository URL.

Subversion-branch: /buildscripts
Subversion-revision: 2729
This commit is contained in:
Simon Howard 2013-10-28 04:48:33 +00:00
parent fe2e2c82ae
commit 71a0a08523
1 changed files with 2 additions and 2 deletions

View File

@ -410,8 +410,8 @@ fi
# the latest code from Subversion. # the latest code from Subversion.
if $svn_build; then if $svn_build; then
fetch_from_svn "http://chocolate-doom.svn.sourceforge.net/svnroot/chocolate-doom$SVN_PATH" \ SVN_ROOT=svn://svn.code.sf.net/p/chocolate-doom/code
"$SVN_CO_NAME" fetch_from_svn "$SVN_ROOT$SVN_PATH" "$SVN_CO_NAME"
autogen_module "$SVN_CO_NAME" autogen_module "$SVN_CO_NAME"