[GRASS-SVN] r44431 - grass/branches/releasebranch_6_4/lib/python
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Nov 26 09:15:18 EST 2010
Author: neteler
Date: 2010-11-26 06:15:18 -0800 (Fri, 26 Nov 2010)
New Revision: 44431
Modified:
grass/branches/releasebranch_6_4/lib/python/setup.py.sed
Log:
glynn: Fix missing substitution
Modified: grass/branches/releasebranch_6_4/lib/python/setup.py.sed
===================================================================
--- grass/branches/releasebranch_6_4/lib/python/setup.py.sed 2010-11-26 14:04:16 UTC (rev 44430)
+++ grass/branches/releasebranch_6_4/lib/python/setup.py.sed 2010-11-26 14:15:18 UTC (rev 44431)
@@ -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