[GRASS-SVN] r37333 - grass/branches/releasebranch_6_4/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Thu May 21 11:03:14 EDT 2009


Author: hamish
Date: 2009-05-21 11:03:14 -0400 (Thu, 21 May 2009)
New Revision: 37333

Modified:
   grass/branches/releasebranch_6_4/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 r37226)

Modified: grass/branches/releasebranch_6_4/gui/wxpython/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/Makefile	2009-05-21 14:47:44 UTC (rev 37332)
+++ grass/branches/releasebranch_6_4/gui/wxpython/Makefile	2009-05-21 15:03:14 UTC (rev 37333)
@@ -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