[GRASS-SVN] r37227 - grass/branches/develbranch_6/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu May 14 01:13:48 EDT 2009
Author: hamish
Date: 2009-05-14 01:13:48 -0400 (Thu, 14 May 2009)
New Revision: 37227
Modified:
grass/branches/develbranch_6/gui/wxpython/Makefile
Log:
don't install gui/wxpython/scripts/Makefile, and d.rast3d is already installed in /etc/gui/scripts/ by that Makefile, so don't install it twice (merge from trunk)
Modified: grass/branches/develbranch_6/gui/wxpython/Makefile
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/Makefile 2009-05-14 05:12:51 UTC (rev 37226)
+++ grass/branches/develbranch_6/gui/wxpython/Makefile 2009-05-14 05:13:48 UTC (rev 37227)
@@ -9,7 +9,7 @@
ETCDIR = $(ETC)/wxpython
-SRCFILES := $(wildcard scripts/* compat/* gui_modules/* icons/*.* icons/silk/* images/* xml/*) gis_set.py wxgui.py README scripts/wxgui
+SRCFILES := $(wildcard scripts/p.* compat/* gui_modules/* icons/*.* icons/silk/* images/* xml/*) gis_set.py wxgui.py README scripts/wxgui
DSTFILES := $(patsubst %,$(ETCDIR)/%,$(SRCFILES))
default: install_scripts
More information about the grass-commit
mailing list