wok diff matplotlib/receipt @ rev 10802

glib-networking: Fixed it to use offical source url. Please remove source tarball on tank or this package will not build.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Jun 04 08:51:01 2011 +0000 (2011-06-04)
parents 50f0ee69eb2b
children 23c3aed67cd9
line diff
     1.1 --- a/matplotlib/receipt	Tue Nov 09 05:16:23 2010 +0000
     1.2 +++ b/matplotlib/receipt	Sat Jun 04 08:51:01 2011 +0000
     1.3 @@ -18,7 +18,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	cp -a ../stuff/setup.cfg .
     1.8 +	cp -a $stuff/setup.cfg .
     1.9  	python setup.py build
    1.10  	python setup.py install --root=$PWD/_pkg
    1.11  }