[GRASS-SVN] r45711 - grass/branches/releasebranch_6_4/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 18 14:00:38 EDT 2011


Author: hellik
Date: 2011-03-18 11:00:38 -0700 (Fri, 18 Mar 2011)
New Revision: 45711

Modified:
   grass/branches/releasebranch_6_4/mswindows/GRASS-Packager.bat
Log:
fix #1287 (include enc-files in wingrass-installer)

Modified: grass/branches/releasebranch_6_4/mswindows/GRASS-Packager.bat
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/GRASS-Packager.bat	2011-03-18 10:44:18 UTC (rev 45710)
+++ grass/branches/releasebranch_6_4/mswindows/GRASS-Packager.bat	2011-03-18 18:00:38 UTC (rev 45711)
@@ -147,6 +147,7 @@
 mkdir %PACKAGE_DIR%\tcl-tk\lib
 mkdir %PACKAGE_DIR%\tcl-tk\lib\tcl8.5
 mkdir %PACKAGE_DIR%\tcl-tk\lib\tk8.5
+mkdir %PACKAGE_DIR%\tcl-tk\lib\tcl8.5\encoding
 
 xcopy %OSGEO4W_DIR%\bin\tclpip85.dll %PACKAGE_DIR%\tcl-tk\bin /S/V/F/I
 xcopy %OSGEO4W_DIR%\bin\tcl85.dll %PACKAGE_DIR%\tcl-tk\bin /S/V/F/I
@@ -164,6 +165,7 @@
 
 copy %OSGEO4W_DIR%\lib\tcl8.5\*.tcl %PACKAGE_DIR%\tcl-tk\lib\tcl8.5
 copy %OSGEO4W_DIR%\lib\tcl8.5\tclIndex %PACKAGE_DIR%\tcl-tk\lib\tcl8.5
+copy %OSGEO4W_DIR%\lib\tcl8.5\encoding\*.enc %PACKAGE_DIR%\tcl-tk\lib\tcl8.5\encoding
 
 copy %OSGEO4W_DIR%\lib\tk8.5\*.tcl %PACKAGE_DIR%\tcl-tk\lib\tk8.5
 copy %OSGEO4W_DIR%\lib\tk8.5\tclIndex %PACKAGE_DIR%\tcl-tk\lib\tk8.5



More information about the grass-commit mailing list