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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 13 14:31:53 PDT 2014


Author: martinl
Date: 2014-08-13 14:31:53 -0700 (Wed, 13 Aug 2014)
New Revision: 61608

Modified:
   grass-addons/grass7/gui/wxpython/wx.metadata/mdlib/Makefile
Log:
wx.metadata: update mdlib/Makefile for installing

Modified: grass-addons/grass7/gui/wxpython/wx.metadata/mdlib/Makefile
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.metadata/mdlib/Makefile	2014-08-13 21:26:13 UTC (rev 61607)
+++ grass-addons/grass7/gui/wxpython/wx.metadata/mdlib/Makefile	2014-08-13 21:31:53 UTC (rev 61608)
@@ -3,16 +3,17 @@
 include $(MODULE_TOPDIR)/include/Make/Other.make
 include $(MODULE_TOPDIR)/include/Make/Python.make
 
-DSTDIR = $(INST_DIR)/etc/metadata
+DSTDIR = $(ETC)
 
 MODULES = $(wildcard *.py)
 
 PYFILES := $(patsubst %,$(DSTDIR)/%,$(MODULES))
 PYCFILES := $(patsubst %.py,$(DSTDIR)/%.pyc,$(filter %.py,$(MODULES)))
 
-default:
+default: $(PYFILES) $(PYCFILES)
 
-install: $(PYFILES) $(PYCFILES)
+install:
+	@cp -r $(DSTDIR) $(INSTDIR)/etc
 
 $(DSTDIR):
 	$(MKDIR) $@



More information about the grass-commit mailing list