Browse Source

fix another typo in https://trac.osgeo.org/grass/changeset/71468

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@71479 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 8 years ago
parent
commit
bcfa4fe540
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mswindows/GRASS-Installer.nsi.tmpl

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

@@ -910,7 +910,7 @@ Section "Important Microsoft Runtime DLLs" SecMSRuntime
             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"