wok diff cdrdao/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 32cde9ab5311
children cbfb348cb173
line diff
     1.1 --- a/cdrdao/receipt	Fri Sep 24 04:32:19 2010 +0000
     1.2 +++ b/cdrdao/receipt	Tue May 03 04:53:22 2011 +0000
     1.3 @@ -25,6 +25,7 @@
     1.4  	grep -qs 'define u8' scsilib/libscg/scsi-linux-sg.c ||
     1.5  	sed -i 's|#include <scsi/scsi.h>|#define u8 __u8\n&|' \
     1.6  		scsilib/libscg/scsi-linux-sg.c
     1.7 +	patch -Np1 -i ../stuff/$PACKAGE-$VERSION-stat.patch || return 1
     1.8  	./configure --prefix=/usr --with-lame &&
     1.9  	make &&
    1.10  	make DESTDIR=$PWD/_pkg install