[GRASS-SVN] r61624 - grass-addons/grass7/gui/wxpython/wx.metadata

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Aug 14 06:39:22 PDT 2014


Author: martinl
Date: 2014-08-14 06:39:22 -0700 (Thu, 14 Aug 2014)
New Revision: 61624

Modified:
   grass-addons/grass7/gui/wxpython/wx.metadata/Makefile
Log:
wx.metadata: install also templates and config

Modified: grass-addons/grass7/gui/wxpython/wx.metadata/Makefile
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.metadata/Makefile	2014-08-14 13:26:25 UTC (rev 61623)
+++ grass-addons/grass7/gui/wxpython/wx.metadata/Makefile	2014-08-14 13:39:22 UTC (rev 61624)
@@ -10,6 +10,8 @@
 
 default:
 	$(MAKE) parsubdirs
+	@cp -r templates $(ETC)
+	@cp -r config $(ETC)
 
 install:
 	@cd mdlib ; $(MAKE) install



More information about the grass-commit mailing list