[GRASS-dev] [GRASS GIS] #2006: install: extra $GISBASE/etc/wxpython/scripts/Makefile?
GRASS GIS
trac at osgeo.org
Sat Jun 15 05:12:53 PDT 2013
#2006: install: extra $GISBASE/etc/wxpython/scripts/Makefile?
--------------------------+-------------------------------------------------
Reporter: hamish | Owner: grass-dev@…
Type: defect | Status: new
Priority: trivial | Milestone: 6.4.4
Component: Installation | Version: svn-develbranch6
Keywords: wxpython | Platform: Linux
Cpu: x86-64 |
--------------------------+-------------------------------------------------
Comment(by glynn):
Replying to [ticket:2006 hamish]:
> I notice that $GISBASE/etc/wxpython/scripts/Makefile gets installed.
gui/wxpython/Makefile does:
{{{
SRCFILES := $(wildcard compat/* icons/*.* scripts/* xml/*) \
}}}
Note that gui/wxpython/scripts/Makefile is redundant as
gui/wxpython/Makefile never recurses into the scripts directory, so
scripts/Makefile won't be used unless the user "make"s that directory
manually.
Also, many of those "*" wildcards could (and should) be changed to "*.py"
to avoid installing cruft such as editor backup files.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2006#comment:1>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list