[GRASS-SVN] r60063 - grass/trunk/general/g.mapsets

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 4 02:16:42 PDT 2014


Author: martinl
Date: 2014-05-04 02:16:42 -0700 (Sun, 04 May 2014)
New Revision: 60063

Modified:
   grass/trunk/general/g.mapsets/Makefile
Log:
g.mapsets: fix makefile for GUI script

Modified: grass/trunk/general/g.mapsets/Makefile
===================================================================
--- grass/trunk/general/g.mapsets/Makefile	2014-05-03 21:33:10 UTC (rev 60062)
+++ grass/trunk/general/g.mapsets/Makefile	2014-05-04 09:16:42 UTC (rev 60063)
@@ -2,7 +2,7 @@
 MODULE_TOPDIR = ../..
 
 PGM = g.mapsets
-GUI = $(ETC)/gui/scripts/g.mapsets_picker.py
+GUI = $(GUIDIR)/scripts/g.mapsets_picker.py
 
 LIBES = $(GISLIB)
 DEPENDENCIES = $(GISDEP)
@@ -11,8 +11,8 @@
 
 default: cmd $(GUI)
 
-$(ETC)/gui/scripts/%: % | $(ETC)/gui/scripts
+$(GUIDIR)/scripts/%: % | $(GUIDIR)/scripts
 	$(INSTALL) $< $@
 
-$(ETC)/gui/scripts:
+$(GUIDIR)/scripts:
 	$(MKDIR) $@



More information about the grass-commit mailing list