]> git.rm.cloudns.org Git - xonotic/netradiant.git/commitdiff
bring the libraries back to id hosting
authorTTimo <ttimo@ttimo.net>
Sat, 5 Mar 2011 21:08:28 +0000 (21:08 +0000)
committerTTimo <ttimo@ttimo.net>
Sat, 5 Mar 2011 21:08:28 +0000 (21:08 +0000)
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@481 8a3a26a2-13c4-0310-b231-cf6edde360e5

config.py

index 3a51718167f7c4bcfc857005d9d671950b3ee756..91d0c88a322715391d6266548553bd25ac11c714 100644 (file)
--- a/config.py
+++ b/config.py
@@ -284,7 +284,7 @@ class Config:
                                'STLport-5.2.1-4.zip'
                                ]:
                                if ( not os.path.exists( lib_archive ) ):
-                                       cmd = [ 'wget', '-N', 'http://porky.nerius.com/radiant-libs-win32/%s' % lib_archive ]
+                                       cmd = [ 'wget', '-N', 'http://zerowing.idsoftware.com/files/radiant/developer/1.6.2/%s' % lib_archive ]
                                        print( repr( cmd ) )
                                        subprocess.check_call( cmd )
                                        lib_archive_path = os.path.abspath( lib_archive )