wok diff sysfsutils/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 02bbaa9d12ba
children eb8067417980
line diff
     1.1 --- a/sysfsutils/receipt	Mon Apr 04 01:29:52 2011 +0200
     1.2 +++ b/sysfsutils/receipt	Tue May 03 04:53:22 2011 +0000
     1.3 @@ -26,6 +26,5 @@
     1.4  	mkdir -p $fs/usr/lib
     1.5  	cp -a $_pkg/usr/bin $fs/usr
     1.6  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
     1.7 -	strip --strip-unneeded $fs/usr/lib/*
     1.8  }
     1.9