[GRASS-SVN] r37226 - grass/trunk/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Thu May 14 01:12:51 EDT 2009


Author: hamish
Date: 2009-05-14 01:12:51 -0400 (Thu, 14 May 2009)
New Revision: 37226

Modified:
   grass/trunk/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

Modified: grass/trunk/gui/wxpython/Makefile
===================================================================
--- grass/trunk/gui/wxpython/Makefile	2009-05-14 02:41:45 UTC (rev 37225)
+++ grass/trunk/gui/wxpython/Makefile	2009-05-14 05:12:51 UTC (rev 37226)
@@ -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