[GRASS-SVN] r50388 - grass/branches/develbranch_6/gui/scripts
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 23 08:02:44 EST 2012
Author: martinl
Date: 2012-01-23 05:02:44 -0800 (Mon, 23 Jan 2012)
New Revision: 50388
Modified:
grass/branches/develbranch_6/gui/scripts/g.extension.py
Log:
g.extension.py: fix tidy citizen (update bat files)
Modified: grass/branches/develbranch_6/gui/scripts/g.extension.py
===================================================================
--- grass/branches/develbranch_6/gui/scripts/g.extension.py 2012-01-23 09:42:05 UTC (rev 50387)
+++ grass/branches/develbranch_6/gui/scripts/g.extension.py 2012-01-23 13:02:44 UTC (rev 50388)
@@ -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