[GRASS-SVN] r44400 - grass/branches/develbranch_6/lib/python
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Nov 24 08:55:36 EST 2010
Author: martinl
Date: 2010-11-24 05:55:36 -0800 (Wed, 24 Nov 2010)
New Revision: 44400
Modified:
grass/branches/develbranch_6/lib/python/Makefile
Log:
backport also r44397
Modified: grass/branches/develbranch_6/lib/python/Makefile
===================================================================
--- grass/branches/develbranch_6/lib/python/Makefile 2010-11-24 13:51:16 UTC (rev 44399)
+++ grass/branches/develbranch_6/lib/python/Makefile 2010-11-24 13:55:36 UTC (rev 44400)
@@ -36,7 +36,7 @@
$(DSTDIR)/%: % | $(DSTDIR)
$(INSTALL_DATA) $< $@
-setup.py: setup.py.tmp
+setup.py: setup.py.sed
sed \
-e 's#@LD_LIBRARY_PATH_VAR@#$(LD_LIBRARY_PATH_VAR)#' \
$< > $@
More information about the grass-commit
mailing list