Re: [GRASS-dev] [GRASS GIS] #1966: filesystem cruft from wingrass installer

2016-08-29 Thread GRASS GIS
#1966: filesystem cruft from wingrass installer
+--
  Reporter:  hamish |  Owner:  grass-dev@…
  Type:  defect | Status:  closed
  Priority:  trivial|  Milestone:  7.0.5
 Component:  Packaging  |Version:  svn-trunk
Resolution:  fixed  |   Keywords:  wingrass
   CPU:  All|   Platform:  MSWindows XP
+--
Changes (by neteler):

 * status:  new => closed
 * resolution:   => fixed


--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #1966: filesystem cruft from wingrass installer

2016-08-23 Thread GRASS GIS
#1966: filesystem cruft from wingrass installer
+--
  Reporter:  hamish |  Owner:  grass-dev@…
  Type:  defect | Status:  new
  Priority:  trivial|  Milestone:  7.0.5
 Component:  Packaging  |Version:  svn-trunk
Resolution: |   Keywords:  wingrass
   CPU:  All|   Platform:  MSWindows XP
+--

Comment (by martinl):

 No activity last 3 years, closing, feel free to reopen if needed.

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #1966: filesystem cruft from wingrass installer

2013-05-06 Thread GRASS GIS
#1966: filesystem cruft from wingrass installer
---+
 Reporter:  hamish |   Owner:  grass-dev@…  
 Type:  defect |  Status:  new  
 Priority:  trivial|   Milestone:  7.0.0
Component:  Packaging  | Version:  svn-trunk
 Keywords:  wingrass   |Platform:  MSWindows XP 
  Cpu:  All|  
---+

Comment(by neteler):

 Replying to [ticket:1966 hamish]:
   * Makefile and grassrc.tmpl file have made it into
 $GISBASE/demolocation ? (grass7 only)

 See r39708 - Build demolocation using $(MKDIR) and $(INSTALL) instead of
 tar

-- 
Ticket URL: https://trac.osgeo.org/grass/ticket/1966#comment:1
GRASS GIS http://grass.osgeo.org

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #1966: filesystem cruft from wingrass installer

2013-05-06 Thread GRASS GIS
#1966: filesystem cruft from wingrass installer
---+
 Reporter:  hamish |   Owner:  grass-dev@…  
 Type:  defect |  Status:  new  
 Priority:  trivial|   Milestone:  7.0.0
Component:  Packaging  | Version:  svn-trunk
 Keywords:  wingrass   |Platform:  MSWindows XP 
  Cpu:  All|  
---+

Comment(by hamish):

 the wingrass installer isn't using 'make install', it simply does a
 recursive copy of src/demolocation/ from the svn checkout directory:

 {{{
 ;Define the source path of the demolocation files

 !define DEMOLOCATION_PATH
 c:\OSGeo4W@OSGEO4W_DIR_POSTFIX@\usr\src\grass_trunk\demolocation
 }}}
 ...
 {{{
 ;Install demolocation into the GIS_DATABASE directory
 SetOutPath $GIS_DATABASE\demolocation
 File /r ${DEMOLOCATION_PATH}\*.*
 }}}

 so as long as that is the case, probably an explicit delete like is done
 for .svn/ there is needed too.


 Hamish

-- 
Ticket URL: https://trac.osgeo.org/grass/ticket/1966#comment:2
GRASS GIS http://grass.osgeo.org

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev