wok diff bogofilter/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 2ad3eb5127a2
children eb8067417980
line diff
     1.1 --- a/bogofilter/receipt	Sat Dec 18 14:13:35 2010 +0000
     1.2 +++ b/bogofilter/receipt	Tue May 03 04:53:22 2011 +0000
     1.3 @@ -31,5 +31,4 @@
     1.4  	cp -a $_pkg/usr/bin $fs/usr
     1.5  	cp -a $_pkg/etc $fs
     1.6  	chmod +x $fs/usr/bin/bf_*
     1.7 -	strip -s $fs/usr/bin/* 2>/dev/null
     1.8  }