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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 23 12:50:57 EST 2012


Author: martinl
Date: 2012-01-23 09:50:57 -0800 (Mon, 23 Jan 2012)
New Revision: 50393

Modified:
   grass/branches/releasebranch_6_4/gui/scripts/g.extension.py
Log:
g.extension.py: fix tidy citizen (update bat files)
		(merge r50388 from devbr6)


Modified: grass/branches/releasebranch_6_4/gui/scripts/g.extension.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/scripts/g.extension.py	2012-01-23 15:28:53 UTC (rev 50392)
+++ grass/branches/releasebranch_6_4/gui/scripts/g.extension.py	2012-01-23 17:50:57 UTC (rev 50393)
@@ -595,7 +595,7 @@
         # fix script path
         for line in fileinput.FileInput(os.path.join(options['prefix'], options['extension']) + EXT_SCT,
                                         inplace = True):
-            line = line.replace("%GISBASE%/scripts", "%GRASS_ADDON_PATH%")
+            line = line.replace("/scripts", "")
             print line
     
     # move man/ into docs/



More information about the grass-commit mailing list