[GRASS-SVN] r62257 - grass/branches/releasebranch_7_0/lib/python/script

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Oct 14 18:21:02 PDT 2014


Author: wenzeslaus
Date: 2014-10-14 18:21:02 -0700 (Tue, 14 Oct 2014)
New Revision: 62257

Modified:
   grass/branches/releasebranch_7_0/lib/python/script/setup.py.sed
Log:
pythonlib/setup: add extrabin to PATH, do not add non-existing extralib (backport of r62004)

Modified: grass/branches/releasebranch_7_0/lib/python/script/setup.py.sed
===================================================================
--- grass/branches/releasebranch_7_0/lib/python/script/setup.py.sed	2014-10-15 01:17:15 UTC (rev 62256)
+++ grass/branches/releasebranch_7_0/lib/python/script/setup.py.sed	2014-10-15 01:21:02 UTC (rev 62257)
@@ -52,7 +52,7 @@
     os.environ['PATH'] += os.pathsep + os.path.join(gisbase, 'bin')
     os.environ['PATH'] += os.pathsep + os.path.join(gisbase, 'scripts')
     if sys.platform.startswith('win'):  # added for winGRASS
-        os.environ['PATH'] += os.pathsep + os.path.join(gisbase, 'extralib')
+        os.environ['PATH'] += os.pathsep + os.path.join(gisbase, 'extrabin')
 
     # define LD_LIBRARY_PATH
     if '@LD_LIBRARY_PATH_VAR@' not in os.environ:



More information about the grass-commit mailing list