[GRASS-SVN] r44432 - grass/branches/develbranch_6/lib/python

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Nov 26 09:15:35 EST 2010


Author: neteler
Date: 2010-11-26 06:15:35 -0800 (Fri, 26 Nov 2010)
New Revision: 44432

Modified:
   grass/branches/develbranch_6/lib/python/setup.py.sed
Log:
glynn: Fix missing substitution

Modified: grass/branches/develbranch_6/lib/python/setup.py.sed
===================================================================
--- grass/branches/develbranch_6/lib/python/setup.py.sed	2010-11-26 14:15:18 UTC (rev 44431)
+++ grass/branches/develbranch_6/lib/python/setup.py.sed	2010-11-26 14:15:35 UTC (rev 44432)
@@ -38,7 +38,7 @@
     """
     os.environ['PATH'] += os.pathsep + os.path.join(gisbase, 'bin') + \
         os.pathsep + os.path.join(gisbase, 'scripts')
-    if not os.environ.has_key('LD_LIBRARY_PATH'):
+    if not os.environ.has_key('@LD_LIBRARY_PATH_VAR@'):
         os.environ['@LD_LIBRARY_PATH_VAR@'] = ''
     os.environ['@LD_LIBRARY_PATH_VAR@'] += os.path.join(gisbase, 'lib')
     



More information about the grass-commit mailing list