[nexuiz-commits] r8057 - trunk/misc/tools
    DONOTREPLY at icculus.org 
    DONOTREPLY at icculus.org
       
    Sun Oct  4 16:13:16 EDT 2009
    
    
  
Author: div0
Date: 2009-10-04 16:13:15 -0400 (Sun, 04 Oct 2009)
New Revision: 8057
Modified:
   trunk/misc/tools/makebuild.sh
Log:
fix typo in makebuilf.sh causing a REALLY bogus hotfix
Modified: trunk/misc/tools/makebuild.sh
===================================================================
--- trunk/misc/tools/makebuild.sh	2009-10-04 17:18:23 UTC (rev 8056)
+++ trunk/misc/tools/makebuild.sh	2009-10-04 20:13:15 UTC (rev 8057)
@@ -10,9 +10,9 @@
 base=`pwd`
 
 # customizable specific stuff
-netradiant_release=1.5.0-svn389
+netradiant_release=1.5.0-svn402
 basepk3=$base/data20090403.pk3 # 2.5
-hotbasepk3=$base=data20091001.pk3 # hotfix
+hotbasepk3=$base/data20091001.pk3 # hotfix
 nexdir=$base/nexuiz
 havocdir=$base/nexuiz/havoc
 dpdir=$base/darkplaces
    
    
More information about the nexuiz-commits
mailing list