浏览代码

winGRASS installer: fix spearfish60_grass7 DB (use G7 version, not G6 version)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@65838 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 9 年之前
父节点
当前提交
500e862685
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      mswindows/GRASS-Installer.nsi.tmpl

+ 4 - 4
mswindows/GRASS-Installer.nsi.tmpl

@@ -1059,10 +1059,10 @@ Section /O "South Dakota (Spearfish County) Data Set" SecSpearfishSDB
 	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 @@ SectionEnd
 	!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
 
 ;--------------------------------------------------------------------------