wok diff spandsp/receipt @ rev 9674

Fixed python-pyxml. The sed way had a error unmatch /. So i'm using the real patch from archlinux.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue May 03 04:53:22 2011 +0000 (2011-05-03)
parents 640ddbff13b4
children b7319995b37e
line diff
     1.1 --- a/spandsp/receipt	Fri Mar 04 08:41:48 2011 +0100
     1.2 +++ b/spandsp/receipt	Tue May 03 04:53:22 2011 +0000
     1.3 @@ -15,8 +15,8 @@
     1.4  {
     1.5  	cd $src
     1.6  	./configure --prefix=/usr &&
     1.7 -	make &&
     1.8 -	make install
     1.9 +	make -j1 &&
    1.10 +	make -j1 install
    1.11  }
    1.12  
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.