Browse Source

new package nc_spm_08_grass7.tar.gz available

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54082 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 12 years ago
parent
commit
7f9ca22850
1 changed files with 5 additions and 5 deletions
  1. 5 5
      mswindows/GRASS-Installer.nsi.tmpl

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

@@ -941,15 +941,15 @@ FunctionEnd
 Section /O "North Carolina (Wake County) Data Set" SecNorthCarolinaSDB
 
 	;Set the size (in KB)  of the archive file
-	StrCpy $ARCHIVE_SIZE_KB 138629
+	StrCpy $ARCHIVE_SIZE_KB 144213
 	
 	;Set the size (in KB) of the unpacked archive file
-	AddSize 293314
+	AddSize 254521
   
-  	StrCpy $HTTP_PATH "http://grass.osgeo.org/sampledata"
-	StrCpy $ARCHIVE_NAME "nc_spm_latest.tar.gz"
+  	StrCpy $HTTP_PATH "http://grass.osgeo.org/sampledata/north_carolina/"
+	StrCpy $ARCHIVE_NAME "nc_spm_08_grass7.tar.gz"
 	StrCpy $EXTENDED_ARCHIVE_NAME "North Carolina (Wake County)"
-	StrCpy $ORIGINAL_UNTAR_FOLDER "nc_spm_08"
+	StrCpy $ORIGINAL_UNTAR_FOLDER "nc_spm_08_grass7"
 	StrCpy $CUSTOM_UNTAR_FOLDER "North-Carolina"
 	
 	Call DownloadDataSet