[GRASS-SVN] r54082 - grass/trunk/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Nov 27 13:22:55 PST 2012


Author: neteler
Date: 2012-11-27 13:22:54 -0800 (Tue, 27 Nov 2012)
New Revision: 54082

Modified:
   grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
Log:
new package nc_spm_08_grass7.tar.gz available

Modified: grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi.tmpl	2012-11-27 21:12:54 UTC (rev 54081)
+++ grass/trunk/mswindows/GRASS-Installer.nsi.tmpl	2012-11-27 21:22:54 UTC (rev 54082)
@@ -941,15 +941,15 @@
 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	



More information about the grass-commit mailing list