[GRASS-SVN] r45028 - in grass/branches/releasebranch_6_4/mswindows: . osgeo4w

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jan 14 08:31:35 EST 2011


Author: martinl
Date: 2011-01-14 05:31:35 -0800 (Fri, 14 Jan 2011)
New Revision: 45028

Modified:
   grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
   grass/branches/releasebranch_6_4/mswindows/osgeo4w/package.sh
Log:
update wingrass installer

Modified: grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi	2011-01-14 13:27:03 UTC (rev 45027)
+++ grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi	2011-01-14 13:31:35 UTC (rev 45028)
@@ -35,13 +35,13 @@
 !define RELEASE_SVN_REVISION "36599"
 !define RELEASE_BINARY_REVISION "1"
 !define RELEASE_GRASS_COMMAND "grass64"
-!define RELEASE_GRASS_BASE "GRASS-64"
+!define RELEASE_GRASS_BASE "GRASS 6.4"
 
 !define DEVEL_VERSION_NUMBER "6.4.SVN"
 !define DEVEL_SVN_REVISION "36599"
 !define DEVEL_BINARY_REVISION "1"
 !define DEVEL_GRASS_COMMAND "grass64svn"
-!define DEVEL_GRASS_BASE "GRASS-64-SVN"
+!define DEVEL_GRASS_BASE "GRASS 6.4.SVN"
 
 ;----------------------------------------------------------------------------------------------------------------------------
 
@@ -86,7 +86,7 @@
 
 !define PUBLISHER "GRASS Development Team"
 !define WEB_SITE "http://grass.osgeo.org"
-!define WIKI_PAGE "http://grass.osgeo.org/wiki/Main_Page"
+!define WIKI_PAGE "http://grass.osgeo.org/wiki"
 
 ;----------------------------------------------------------------------------------------------------------------------------
 

Modified: grass/branches/releasebranch_6_4/mswindows/osgeo4w/package.sh
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/osgeo4w/package.sh	2011-01-14 13:27:03 UTC (rev 45027)
+++ grass/branches/releasebranch_6_4/mswindows/osgeo4w/package.sh	2011-01-14 13:31:35 UTC (rev 45028)
@@ -65,7 +65,7 @@
 fi
 
 echo $(date): STARTING make
-make || make
+make
 
 echo $(date): STARTING make install
 make install



More information about the grass-commit mailing list