[GRASS-SVN] r53479 - grass/branches/develbranch_6/gui/scripts

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 18 12:14:28 PDT 2012


Author: martinl
Date: 2012-10-18 12:14:27 -0700 (Thu, 18 Oct 2012)
New Revision: 53479

Modified:
   grass/branches/develbranch_6/gui/scripts/g.extension.py
Log:
g.extension: revert r53477 (tidy citizen should be done by g.extension not on server side)


Modified: grass/branches/develbranch_6/gui/scripts/g.extension.py
===================================================================
--- grass/branches/develbranch_6/gui/scripts/g.extension.py	2012-10-18 19:12:07 UTC (rev 53478)
+++ grass/branches/develbranch_6/gui/scripts/g.extension.py	2012-10-18 19:14:27 UTC (rev 53479)
@@ -486,7 +486,7 @@
         grass.message(_("Installation of <%s> successfully finished") % options['extension'])
     
     # cleanup build cruft
-    if not flags['s'] and sys.platform != 'win32':
+    if not flags['s']:
         tidy_citizen()
     
     if not os.environ.has_key('GRASS_ADDON_PATH') or \



More information about the grass-commit mailing list