[GRASS-SVN] r55079 - grass/branches/releasebranch_6_4/gui/scripts

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Feb 17 00:24:22 PST 2013


Author: hamish
Date: 2013-02-17 00:24:22 -0800 (Sun, 17 Feb 2013)
New Revision: 55079

Modified:
   grass/branches/releasebranch_6_4/gui/scripts/g.extension.py
Log:
build addon in the mapset .tmp dir for cases when GRASS is installed by package and the end user doesn't have write permissions to GISBASE (merge from devbr6)

Modified: grass/branches/releasebranch_6_4/gui/scripts/g.extension.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/scripts/g.extension.py	2013-02-17 08:21:47 UTC (rev 55078)
+++ grass/branches/releasebranch_6_4/gui/scripts/g.extension.py	2013-02-17 08:24:22 UTC (rev 55079)
@@ -551,6 +551,7 @@
     
     makeCmd = ['make',
                'MODULE_TOPDIR=%s' % gisbase.replace(' ', '\ '),
+               'ARCH_BINDIR=%s' % dirs['bin'],
                'BIN=%s' % dirs['bin'],
                'HTMLDIR=%s' % dirs['html'],
                'MANDIR=%s' % dirs['man1'],



More information about the grass-commit mailing list