[Python-modules-commits] r16288 - in packages/python-psutil/trunk/debian (rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Thu Mar 31 06:02:16 UTC 2011


    Date: Thursday, March 31, 2011 @ 06:01:58
  Author: morph
Revision: 16288

correctly refer to variable

Modified:
  packages/python-psutil/trunk/debian/rules

Modified: packages/python-psutil/trunk/debian/rules
===================================================================
--- packages/python-psutil/trunk/debian/rules	2011-03-31 05:53:00 UTC (rev 16287)
+++ packages/python-psutil/trunk/debian/rules	2011-03-31 06:01:58 UTC (rev 16288)
@@ -14,7 +14,7 @@
 	    for python in $(PYVERS) ; do \
   	        echo "running "test/$$test" on "$$python ; \
 		LIB=$$($$python -c "from distutils.command.build import build ; from distutils.core import Distribution ; b = build(Distribution()) ; b.finalize_options() ; print b.build_purelib") ; \
-	        PYTHONPATH=$(LIB) $$python test/$$test ; \
+	        PYTHONPATH=$$LIB $$python test/$$test ; \
 	    done \
 	done
 




More information about the Python-modules-commits mailing list