[GRASS-dev] Re: [GRASS GIS] #1052: Build of 7.0.SVN dont work
GRASS GIS
trac at osgeo.org
Sat May 29 06:11:34 EDT 2010
#1052: Build of 7.0.SVN dont work
---------------------------+------------------------------------------------
Reporter: jeleniste | Owner: martinl
Type: defect | Status: assigned
Priority: normal | Milestone: 7.0.0
Component: Packaging | Version: svn-trunk
Resolution: | Keywords: wingrass
Platform: MSWindows XP | Cpu: x86-32
---------------------------+------------------------------------------------
Comment (by martinl):
Replying to [comment:13 glynn]:
> Actually, I don't think that we've explicitly discussed the correct
location for the saved $GISRC file on Windows; arguably, it should go into
e.g. "%USERPROFILE%\Application Data\GRASS7".
Right, currently there are two location which is quite messy approach
* CMD - [source:grass/trunk/mswindows/GRASS-Installer.nsi at 42334#L680]
{{{
FileWrite $0 'rem Directory where your .grass7/rc file will be
stored$\r$\n
FileWrite $0 'set HOME=%USERPROFILE%$\r$\n'
}}}
* SH - [source:grass/trunk/mswindows/GRASS-Installer.nsi at 42334#L826]
{{{
CreateDirectory $INSTALL_DIR\msys\home\$USERNAME\.grass7
}}}
Unique location for config dir would nice idea.
{{{
%USERPROFILE%\Application Data\GRASS
}}}
seems to be OK.
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1052#comment:14>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list