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

GRASS GIS trac at osgeo.org
Mon May 6 14:08:31 PDT 2013


#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 at 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>



More information about the grass-dev mailing list