but I've found in one of the last steps of installing following issue:
grass75svn.bat is copied to
C:\OSGeo4W64\bin\grass75svn.bat
the content is:
-------------------------- @echo off
rem
#########################################################################
rem #
rem # GRASS initialization bat script (OSGeo4W)
rem #
rem
#########################################################################
SET OSGEO4W_ROOT=@osgeo4w@ <=
[...]
-------------------------
comparing it with a OSGeo4W-installation:
-------------------------- @echo off
rem
#########################################################################
rem #
rem # GRASS initialization bat script (OSGeo4W)
rem #
rem
#########################################################################
SET OSGEO4W_ROOT=C:\OSGeo4W64
[...]
--------------------------
grass75svn.bat is copied to C:\OSGeo4W64\bin\, but with this line:
SET OSGEO4W_ROOT=@osgeo4w@
when is this replaced? when is postinstall.bat launched? only when the
compiled package is uploaded to OSGeo4W and then downloaded by the
OSGeo4W-installer?
when I do this with the self compiled C:\OSGeo4W64\bin\grass75svn.bat, then
GRASS can't be started because of the missing correct SET OSGEO4W_ROOT=....
2018-01-06 21:59 GMT+01:00 Helmut Kudrnovsky <hellik@web.de>:
grass75svn.bat is copied to C:\OSGeo4W64\bin\, but with this line:
SET OSGEO4W_ROOT=@osgeo4w@
the process is dedicated for creating osgeo4w package.
when is this replaced? when is postinstall.bat launched? only when the
compiled package is uploaded to OSGeo4W and then downloaded by the
OSGeo4W-installer?