[GRASS-SVN] r65838 - grass/trunk/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Aug 5 07:05:14 PDT 2015
Author: neteler
Date: 2015-08-05 07:05:14 -0700 (Wed, 05 Aug 2015)
New Revision: 65838
Modified:
grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
Log:
winGRASS installer: fix spearfish60_grass7 DB (use G7 version, not G6 version)
Modified: grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi.tmpl 2015-08-05 13:58:20 UTC (rev 65837)
+++ grass/trunk/mswindows/GRASS-Installer.nsi.tmpl 2015-08-05 14:05:14 UTC (rev 65838)
@@ -1059,10 +1059,10 @@
AddSize 42171
StrCpy $HTTP_PATH "http://grass.osgeo.org/sampledata"
- StrCpy $ARCHIVE_NAME "spearfish_grass60data-0.3.tar.gz"
+ StrCpy $ARCHIVE_NAME "spearfish_grass70data-0.3.tar.gz"
StrCpy $EXTENDED_ARCHIVE_NAME "South Dakota (Spearfish County)"
- StrCpy $ORIGINAL_UNTAR_FOLDER "spearfish60"
- StrCpy $CUSTOM_UNTAR_FOLDER "Spearfish60"
+ StrCpy $ORIGINAL_UNTAR_FOLDER "spearfish60_grass7"
+ StrCpy $CUSTOM_UNTAR_FOLDER "Spearfish60_grass7"
Call DownloadDataSet
@@ -1116,7 +1116,7 @@
!insertmacro MUI_DESCRIPTION_TEXT ${SecGRASS} "Install GRASS ${VERSION_NUMBER}"
!insertmacro MUI_DESCRIPTION_TEXT ${SecMSRuntime} "Some software included in this installer (e.g. GDAL, Python) may need Microsoft's Visual C++ redistributable system libraries.$\r$\nDownload and install the Redistributable Package. (12 MB)"
!insertmacro MUI_DESCRIPTION_TEXT ${SecNorthCarolinaSDB} "Download and install the North Carolina (Wake County) sample data set. (141 MB)"
- !insertmacro MUI_DESCRIPTION_TEXT ${SecSpearfishSDB} "Download and install the South Dakota (Spearfish County) sample data set. (20 MB)"
+ !insertmacro MUI_DESCRIPTION_TEXT ${SecSpearfishSDB} "Download and install the South Dakota (Spearfish County) sample data set. (22 MB)"
!insertmacro MUI_FUNCTION_DESCRIPTION_END
;--------------------------------------------------------------------------
More information about the grass-commit
mailing list