[GRASS-SVN] r71480 - grass/branches/releasebranch_7_2/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Sep 7 23:35:30 PDT 2017


Author: martinl
Date: 2017-09-07 23:35:29 -0700 (Thu, 07 Sep 2017)
New Revision: 71480

Modified:
   grass/branches/releasebranch_7_2/mswindows/GRASS-Installer.nsi.tmpl
Log:
fix another typo in r71469

Modified: grass/branches/releasebranch_7_2/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/branches/releasebranch_7_2/mswindows/GRASS-Installer.nsi.tmpl	2017-09-08 06:34:42 UTC (rev 71479)
+++ grass/branches/releasebranch_7_2/mswindows/GRASS-Installer.nsi.tmpl	2017-09-08 06:35:29 UTC (rev 71480)
@@ -910,7 +910,7 @@
             StrCpy $ARCHIVE_NAME2008 "msvcrt2008-1.0-1.tar.bz2"
             StrCpy $ARCHIVE_NAME2010 "msvcrt2010-1.0-1.tar.bz2"
             StrCpy $ARCHIVE_NAME2013 "msvcrt2013-1.0-1.tar.bz2"
-            StrCpy $ARCHIVE_NAME2013 "msvcrt2015-1.0-1.tar.bz2"
+            StrCpy $ARCHIVE_NAME2015 "msvcrt2015-1.0-1.tar.bz2"
         !endif
 	StrCpy $EXTENDED_ARCHIVE_NAME "Microsoft Visual C++ Redistributable Packages"
 	StrCpy $ORIGINAL_UNTAR_FOLDER "install_msruntime"



More information about the grass-commit mailing list